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 9585F116C0 for ; Fri, 5 Sep 2014 16:46:02 +0000 (UTC) Received: (qmail 83089 invoked by uid 500); 5 Sep 2014 16:46:00 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 83017 invoked by uid 500); 5 Sep 2014 16:46:00 -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 83001 invoked by uid 99); 5 Sep 2014 16:46:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 16:46:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yh0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 16:45:55 +0000 Received: by mail-yh0-f45.google.com with SMTP id i57so7552695yha.32 for ; Fri, 05 Sep 2014 09:45:35 -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=WrVUQYEhk2YLVGVSKeQXJD7K05iBV30H8pT1jfHDwiU=; b=LYTGO2aAxyVsXtfWNR/IjkPttlIZkUm1IRjpaT2rbD/V0+aCwsbwdYGnbwBsB3pQFX 3/PW5zKEuEgXJEHVLBnt0jWYOHQ1AOQ97Cx0d2qPou9+KqfJOj8Vgr8hw9U8Emd2xUPr bqGFOGEh4OGmhLwdILnjeaXGAB5lw0CS3wELQj6BjgUfxdO7RFAtQtijHdxHKPQG848s muc3Y1t36mlYRIcCz6OL0m8MMR6B3EhBvY+9DdRVjmtsrBda+DixemgxEEKH8ylTmrsO lCKqbDxE3ow/gDbBSrr4RbXem9BPYWeLc3Y7uuAzs8ODKgdym+wKq3Yvecg1HmxdjjRK 4cig== MIME-Version: 1.0 X-Received: by 10.236.14.34 with SMTP id c22mr15798521yhc.97.1409935535098; Fri, 05 Sep 2014 09:45:35 -0700 (PDT) Received: by 10.170.136.14 with HTTP; Fri, 5 Sep 2014 09:45:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 5 Sep 2014 09:45:35 -0700 Message-ID: Subject: Re: Help: RegionTooBusyException: failed to get a lock in 60000 ms From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e013a29dab9cfd90502543268 X-Virus-Checked: Checked by ClamAV on apache.org --089e013a29dab9cfd90502543268 Content-Type: text/plain; charset=UTF-8 Yes. See the following method in HBaseAdmin: public boolean balancer() On Fri, Sep 5, 2014 at 9:38 AM, Jianshi Huang wrote: > Thanks Ted! > > Didn't know I still need to run the 'balancer' command. > > Is there a way to do it programmatically? > > Jianshi > > > > On Sat, Sep 6, 2014 at 12:29 AM, Ted Yu wrote: > > > After splitting the region, you may need to run balancer to spread the > new > > regions out. > > > > Cheers > > > > > > On Fri, Sep 5, 2014 at 9:25 AM, Jianshi Huang > > wrote: > > > > > Hi Shahab, > > > > > > I see, that seems to be the right way... > > > > > > > > > On Sat, Sep 6, 2014 at 12:21 AM, Shahab Yunus > > > wrote: > > > > > > > Shahab > > > > > > > > > > > > > > > > > > -- > > > Jianshi Huang > > > > > > LinkedIn: jianshi > > > Twitter: @jshuang > > > Github & Blog: http://huangjs.github.com/ > > > > > > > > > -- > Jianshi Huang > > LinkedIn: jianshi > Twitter: @jshuang > Github & Blog: http://huangjs.github.com/ > --089e013a29dab9cfd90502543268--