Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A63D410C91 for ; Tue, 16 Jul 2013 00:40:49 +0000 (UTC) Received: (qmail 33533 invoked by uid 500); 16 Jul 2013 00:40:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33474 invoked by uid 500); 16 Jul 2013 00:40:49 -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 33465 invoked by uid 99); 16 Jul 2013 00:40:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 00:40:49 +0000 Date: Tue, 16 Jul 2013 00:40:49 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8952) Missing error handling can cause RegionServer RPC thread to busy loop forever MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13709264#comment-13709264 ] Hudson commented on HBASE-8952: ------------------------------- SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #617 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/617/]) HBASE-8952 Missing error handling can cause RegionServer RPC thread to busy loop forever (stack: rev 1503475) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java > Missing error handling can cause RegionServer RPC thread to busy loop forever > ----------------------------------------------------------------------------- > > Key: HBASE-8952 > URL: https://issues.apache.org/jira/browse/HBASE-8952 > Project: HBase > Issue Type: Bug > Components: IPC/RPC > Reporter: Benoit Sigoure > Assignee: Benoit Sigoure > Fix For: 0.98.0, 0.95.2 > > Attachments: 8952.094.txt, HBASE-8952.patch > > > If the connection to the client is closed unexpectedly and "at the wrong time", the code will attempt to keep reading from the socket in a busy loop. > This bug seems to be present in all released versions of HBase, including the tip of the 0.94 and 0.95 branches, however I only ran into it while porting AsyncHBase to 0.95 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira