Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91C53C6BD for ; Thu, 4 Jul 2013 06:01:23 +0000 (UTC) Received: (qmail 50588 invoked by uid 500); 4 Jul 2013 06:01:20 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 50267 invoked by uid 500); 4 Jul 2013 06:01:20 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 50254 invoked by uid 99); 4 Jul 2013 06:01:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 06:01:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of justlooks@gmail.com designates 209.85.219.49 as permitted sender) Received: from [209.85.219.49] (HELO mail-oa0-f49.google.com) (209.85.219.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 06:01:11 +0000 Received: by mail-oa0-f49.google.com with SMTP id n9so1384709oag.36 for ; Wed, 03 Jul 2013 23:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=arDhx7AJCXF1ys4SF13PzZzj7Z0AbP8SlmPm9Wf9+70=; b=LzsJIIjl/xbefWKo/nF0898uVM/q3CpK+IP6fAw6+kR6wpI2ncsjmCcc7vRRrnoDYG u8C63LMGLLPcNjXoQs14P3LHfN8GjOXByvMAIHirgfIZNhO2fmkELzKVPbGGUONYEPU7 4AuSThNH02NKXD2P/vRKU1DCE37zhS/SN44WnGQaiV+KrANzFbiXSZA+S0UvYr7frVw8 33M+K2ikKlwAcFPGo9J78YMF0Izv19x5a1GJd89uPpLq7MJ6xKEE5KpRW3CWzQIBhlXD nGhCExCyBtzy8ZUE7hSz6B1MRDIT5PCay3VbIkxKeB5VyEILPDMCSELau88DAlkHdyzL 5V/Q== MIME-Version: 1.0 X-Received: by 10.182.232.225 with SMTP id tr1mr4361219obc.69.1372917650537; Wed, 03 Jul 2013 23:00:50 -0700 (PDT) Received: by 10.182.103.41 with HTTP; Wed, 3 Jul 2013 23:00:50 -0700 (PDT) In-Reply-To: <167F3C3F-8013-4258-B3D6-59418F8FCFDB@gmail.com> References: <167F3C3F-8013-4258-B3D6-59418F8FCFDB@gmail.com> Date: Thu, 4 Jul 2013 14:00:50 +0800 Message-ID: Subject: Re: unbalance number fo region in cluster From: ch huang To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c31242ddc40f04e0a94c45 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c31242ddc40f04e0a94c45 Content-Type: text/plain; charset=ISO-8859-1 hi,i use CH3u4 , no presplit, balancer is enabled,thanks On Thu, Jul 4, 2013 at 1:25 PM, Ted Yu wrote: > Did you presplit your table ? > > Was load balancer enabled ? > > What HBase version do you use ? > > Thanks > > On Jul 3, 2013, at 10:21 PM, ch huang wrote: > > > i insert 2GB data into my hbase cluster ,but i find the region is not > > balance,is insert operation always cause the region number different on > > region server? > > > > here is my 60010 output > > > > Table Regions Name Region Server Start Key End Key > > demo2,,1372914631698.f42281ec44d113df3e644d5ecdb35366. > > CH36:60030 > > rows23703 demo2,rows23703,1372914684582.c3373791daec95b849ba2908c517e045. > > CH35:60030 rows23703 rows347161 > > demo2,rows347161,1372914714248.dd9a6c39f65ad4a879638e1bfec76016. > > CH34:60030 > > rows347161 rows428378 > > demo2,rows428378,1372914745946.41a4669f36bc99ef1592b2df13c0a948. > > CH36:60030 > > rows428378 rows512589 > > demo2,rows512589,1372914776151.a4363bdd7403633c5775931ab32a7da8. > > CH36:60030 > > rows512589 rows598644 > > demo2,rows598644,1372914806469.729f52018aac909e8080f00b8d698e2d. > > CH36:60030 > > rows598644 rows684871 > > demo2,rows684871,1372914836812.d9cb1760fe3302500034913ff813e0f8. > > CH35:60030 > > rows684871 rows771559 > > demo2,rows771559,1372914836812.ac16ff1404cff5c0db3d2e3b0661ffcd. > > CH36:60030 > > rows771559 Regions by Region Server Region Server Region Count > > http://CH35:60030/ 2 http://CH36:60030/5 > http://CH34:60030/ 1 > --001a11c31242ddc40f04e0a94c45--