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 1D477200BB4 for ; Tue, 1 Nov 2016 21:23:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 19DBB160B0E; Tue, 1 Nov 2016 20:23: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 83AFC160ADA for ; Tue, 1 Nov 2016 21:22:59 +0100 (CET) Received: (qmail 68984 invoked by uid 500); 1 Nov 2016 20:22:58 -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 68955 invoked by uid 99); 1 Nov 2016 20:22:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 20:22:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 879A82C14F9 for ; Tue, 1 Nov 2016 20:22:58 +0000 (UTC) Date: Tue, 1 Nov 2016 20:22:58 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16765) New SteppingRegionSplitPolicy, avoid too aggressive spread of regions for small tables. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 20:23:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-16765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15626565#comment-15626565 ] Lars Hofhansl commented on HBASE-16765: --------------------------------------- Pushed to 0.98, 1.1, 1.2, 1.3, 1.4, and 2.0 (during which I accidentally wiped history for 0.98, 1.4, and 1.1 and got heart-attach :) ) Now making it the default in 2.0. > New SteppingRegionSplitPolicy, avoid too aggressive spread of regions for small tables. > --------------------------------------------------------------------------------------- > > Key: HBASE-16765 > URL: https://issues.apache.org/jira/browse/HBASE-16765 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Attachments: 16765-0.98.txt > > > We just did some experiments on some larger clusters and found that while using IncreasingToUpperBoundRegionSplitPolicy generally works well and is very convenient, it does tend to produce too many regions. > Since the logic is - by design - local, checking the number of regions of the table in question on the local server only, we end with more regions then necessary. -- This message was sent by Atlassian JIRA (v6.3.4#6332)