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 DFE9211DDD for ; Fri, 8 Aug 2014 10:45:12 +0000 (UTC) Received: (qmail 83991 invoked by uid 500); 8 Aug 2014 10:45:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 83938 invoked by uid 500); 8 Aug 2014 10:45:12 -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 83926 invoked by uid 99); 8 Aug 2014 10:45:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 10:45:12 +0000 Date: Fri, 8 Aug 2014 10:45:12 +0000 (UTC) From: "Nicolas Liochon (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 escenario 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=14090611#comment-14090611 ] Nicolas Liochon commented on HBASE-11705: ----------------------------------------- Thanks for the second version. One last question: why do you want a throw ClosedChannelException? The existing return is enough, and it eases the distinction in the logs between "skip" and "executed but the client does not care anymore" > callQueueSize should be decremented in a fail-fast escenario > ------------------------------------------------------------ > > Key: HBASE-11705 > URL: https://issues.apache.org/jira/browse/HBASE-11705 > Project: HBase > Issue Type: Bug > Components: IPC/RPC > Reporter: Esteban Gutierrez > Assignee: Esteban Gutierrez > Priority: Critical > Attachments: HBASE-11705.patch, HBASE-11705.v1.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)