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 5C38E17DFE for ; Wed, 8 Apr 2015 07:56:15 +0000 (UTC) Received: (qmail 9358 invoked by uid 500); 8 Apr 2015 07:56:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9182 invoked by uid 500); 8 Apr 2015 07:56: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 9033 invoked by uid 99); 8 Apr 2015 07:56:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 07:56:13 +0000 Date: Wed, 8 Apr 2015 07:56:13 +0000 (UTC) From: "Apekshit Sharma (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13423) Remove duplicate entry for hbase.regionserver.regionSplitLimit in hbase-default.xml 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-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apekshit Sharma updated HBASE-13423: ------------------------------------ Status: Patch Available (was: Open) > Remove duplicate entry for hbase.regionserver.regionSplitLimit in hbase-default.xml > ----------------------------------------------------------------------------------- > > Key: HBASE-13423 > URL: https://issues.apache.org/jira/browse/HBASE-13423 > Project: HBase > Issue Type: Bug > Components: hbase > Reporter: Apekshit Sharma > Priority: Minor > Attachments: HBASE-13423-branch-1.patch, HBASE-13423.patch > > > There are two entries for hbase.regionserver.regionSplitLimit in hbase-default.xml > {code:xml} > > hbase.regionserver.regionSplitLimit > 2147483647 > Limit for the number of regions after which no more region > splitting should take place. This is not a hard limit for the number of > regions but acts as a guideline for the regionserver to stop splitting after > a certain limit. Default is MAX_INT; i.e. do not block splitting. > > .... > .... > > hbase.regionserver.regionSplitLimit > 1000 > > Limit for the number of regions after which no more region splitting should take place. > This is not hard limit for the number of regions but acts as a guideline for the regionserver > to stop splitting after a certain limit. Default is set to 1000. > > > {code} > Since property setting it to 1000 comes later, that's the real default value for now. From /conf of a master > {code:xml} > > hbase.regionserver.regionSplitLimit > 1000 > hbase-default.xml > > {code} > Which will be right default value to keep moving forward? -- This message was sent by Atlassian JIRA (v6.3.4#6332)