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 2237110271 for ; Wed, 21 Jan 2015 07:55:35 +0000 (UTC) Received: (qmail 32350 invoked by uid 500); 21 Jan 2015 07:55:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32297 invoked by uid 500); 21 Jan 2015 07:55:35 -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 32285 invoked by uid 99); 21 Jan 2015 07:55:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 07:55:34 +0000 Date: Wed, 21 Jan 2015 07:55:34 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12890) Provide a way to throttle the number of regions moved by the balancer 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-12890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285308#comment-14285308 ] Elliott Clark commented on HBASE-12890: --------------------------------------- I think the best way to do this is to make the balancer know how to slowly move the regions. {code}hbase.master.balancer.stochastic.maxMoveRegions{code} is the setting for to limit the max number of regions the balancer will move in one invocation. > Provide a way to throttle the number of regions moved by the balancer > --------------------------------------------------------------------- > > Key: HBASE-12890 > URL: https://issues.apache.org/jira/browse/HBASE-12890 > Project: HBase > Issue Type: Improvement > Affects Versions: 2.0.0, 0.98.10, 1.1.0 > Reporter: churro morales > Assignee: churro morales > Attachments: HBASE-12890.patch > > > We have a very large cluster and we frequently add remove quite a few regionservers from our cluster. Whenever we do this the balancer moves thousands of regions at once. Instead we provide a configuration parameter: hbase.balancer.max.regions. This limits the number of regions that are balanced per iteration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)