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 D04AC10B07 for ; Tue, 24 Sep 2013 16:13:06 +0000 (UTC) Received: (qmail 7273 invoked by uid 500); 24 Sep 2013 16:13:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7103 invoked by uid 500); 24 Sep 2013 16:13:03 -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 7054 invoked by uid 99); 24 Sep 2013 16:13:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 16:13:02 +0000 Date: Tue, 24 Sep 2013 16:13:02 +0000 (UTC) From: "Nicolas Liochon (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9333) hbase.hconnection.threads.max should not be configurable else you get RejectedExecutionException 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-9333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776430#comment-13776430 ] Nicolas Liochon commented on HBASE-9333: ---------------------------------------- [~jdcryans] What's the test exactly? I've added a unit test for the number of thread when doing batch gets (attached), it seems to behave as expected. > hbase.hconnection.threads.max should not be configurable else you get RejectedExecutionException > ------------------------------------------------------------------------------------------------ > > Key: HBASE-9333 > URL: https://issues.apache.org/jira/browse/HBASE-9333 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.95.2 > Reporter: Jean-Daniel Cryans > Assignee: Elliott Clark > Priority: Critical > Fix For: 0.98.0, 0.96.0 > > Attachments: 9333.v1.patch, HBASE-9333-0.patch, HBASE-9333-1.patch, HBASE-9333-2.patch > > > Trying to set hbase.hconnection.threads.max to a lower number than its default of Integer.MAX_VALUE simply results in a RejectedExecutionException when the max is reached. It seems there's no good reason to keep this configurable. -- 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