Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 7784 invoked from network); 22 Aug 2010 16:58:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Aug 2010 16:58:56 -0000 Received: (qmail 83749 invoked by uid 500); 22 Aug 2010 16:58:56 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 83708 invoked by uid 500); 22 Aug 2010 16:58:56 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 83700 invoked by uid 99); 22 Aug 2010 16:58:56 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Aug 2010 16:58:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Aug 2010 16:58:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7MGwHoS027833 for ; Sun, 22 Aug 2010 16:58:17 GMT Message-ID: <26011913.495701282496297450.JavaMail.jira@thor> Date: Sun, 22 Aug 2010 12:58:17 -0400 (EDT) From: "Karthik Ranganathan (JIRA)" To: issues@hbase.apache.org Subject: [jira] Assigned: (HBASE-2931) Do not throw RuntimeExceptions in RPC/HbaseObjectWritable code, ensure we log and rethrow as IOE In-Reply-To: <23517573.477691282338677837.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Ranganathan reassigned HBASE-2931: ------------------------------------------ Assignee: Karthik Ranganathan > Do not throw RuntimeExceptions in RPC/HbaseObjectWritable code, ensure we log and rethrow as IOE > ------------------------------------------------------------------------------------------------ > > Key: HBASE-2931 > URL: https://issues.apache.org/jira/browse/HBASE-2931 > Project: HBase > Issue Type: Bug > Reporter: Jonathan Gray > Assignee: Karthik Ranganathan > Priority: Critical > Fix For: 0.90.0 > > Attachments: HBASE-2931.patch > > > When there are issues with RPC and HbaseObjectWritable, primarily when server and client have different jars, the only thing that happens is the client will receive an EOF exception. The server does not log what happened at all and the client does not receive a server trace, rather the server seems to close the connection and the client gets an EOF because it tries to read off of a closed stream. > We need to ensure that we catch, log, and rethrow as IOE any exceptions that may occur because of an issue with RPC or HbaseObjectWritable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.