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 E36E7C479 for ; Sat, 9 Aug 2014 11:49:13 +0000 (UTC) Received: (qmail 13981 invoked by uid 500); 9 Aug 2014 11:49:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 13937 invoked by uid 500); 9 Aug 2014 11:49:13 -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 13924 invoked by uid 99); 9 Aug 2014 11:49:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2014 11:49:13 +0000 Date: Sat, 9 Aug 2014 11:49:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11705) callQueueSize should be decremented in a fail-fast scenario 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-11705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091734#comment-14091734 ] Hudson commented on HBASE-11705: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #417 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/417/]) HBASE-11705 callQueueSize should be decremented in a fail-fast scenario (Esteban Gutierrez) (apurtell: rev cb4ac0d397a77f03715e431b87c8b67bff7aa18c) * hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/CallRunner.java > callQueueSize should be decremented in a fail-fast scenario > ----------------------------------------------------------- > > Key: HBASE-11705 > URL: https://issues.apache.org/jira/browse/HBASE-11705 > Project: HBase > Issue Type: Bug > Components: IPC/RPC > Affects Versions: 0.98.0, 0.99.0, 2.0.0 > Reporter: Esteban Gutierrez > Assignee: Esteban Gutierrez > Priority: Critical > Fix For: 0.99.0, 2.0.0, 0.98.6 > > Attachments: HBASE-11705.patch, HBASE-11705.v1.patch, HBASE-11705.v2.patch > > > Discussed on the user@hbase mailing list (http://markmail.org/thread/w3cqjxwo2smkn2jw). If a client disconnects the call queue size is not decremented causing new calls to get rejected with a CallQueueTooBigException. -- This message was sent by Atlassian JIRA (v6.2#6252)