Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A7A12200BD1 for ; Mon, 28 Nov 2016 16:31:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A664E160B22; Mon, 28 Nov 2016 15:31:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2A338160B0D for ; Mon, 28 Nov 2016 16:31:00 +0100 (CET) Received: (qmail 87664 invoked by uid 500); 28 Nov 2016 15:30:59 -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 87629 invoked by uid 99); 28 Nov 2016 15:30:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 15:30:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C945B2C03E8 for ; Mon, 28 Nov 2016 15:30:58 +0000 (UTC) Date: Mon, 28 Nov 2016 15:30:58 +0000 (UTC) From: "Dave Latham (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 archived-at: Mon, 28 Nov 2016 15:31:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-12890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15702228#comment-15702228 ] Dave Latham commented on HBASE-12890: ------------------------------------- Watchers may be interested in a new attempt at HBASE-17178 > 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: 0.98.10 > 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)