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 124A31B6E for ; Tue, 19 Apr 2011 13:09:45 +0000 (UTC) Received: (qmail 85024 invoked by uid 500); 18 Apr 2011 21:01:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 84987 invoked by uid 500); 18 Apr 2011 21:01:44 -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 84705 invoked by uid 99); 18 Apr 2011 21:01:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 21:01:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 21:01:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1AEE3A7DC1 for ; Mon, 18 Apr 2011 21:01:06 +0000 (UTC) Date: Mon, 18 Apr 2011 21:01:06 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <1729308118.65562.1303160466107.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <398326764.51217.1302568985732.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HBASE-3767) Improve how HTable handles threads used for multi actions 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-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-3767. --------------------------------------- Resolution: Fixed Release Note: hbase.htable.threads.max now defaults to Integer.MAX_VALUE. Setting this below the number of region servers can result into RejectedExecutionException. Hadoop Flags: [Reviewed] Committed to branch and trunk, thanks for the review Stack. > Improve how HTable handles threads used for multi actions > --------------------------------------------------------- > > Key: HBASE-3767 > URL: https://issues.apache.org/jira/browse/HBASE-3767 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.90.2 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.90.3 > > Attachments: HBASE-3767-v2.patch, HBASE-3767.patch > > > When creating a new HTable we have to query ZK to learn about the number of region servers in the cluster. That is done for every single one of them, I think instead we should do it once per JVM and then reuse that number for all the others. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira