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 AA01110588 for ; Fri, 29 Nov 2013 05:25:41 +0000 (UTC) Received: (qmail 33886 invoked by uid 500); 29 Nov 2013 05:25:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33800 invoked by uid 500); 29 Nov 2013 05:25:37 -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 33752 invoked by uid 99); 29 Nov 2013 05:25:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 05:25:36 +0000 Date: Fri, 29 Nov 2013 05:25:36 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10049) Small improvments in region_mover.rb 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-10049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835184#comment-13835184 ] Hudson commented on HBASE-10049: -------------------------------- SUCCESS: Integrated in hbase-0.96-hadoop2 #135 (See [https://builds.apache.org/job/hbase-0.96-hadoop2/135/]) HBASE-10049 Small improvments in region_mover.rb (tedyu: rev 1546412) * /hbase/branches/0.96/bin/region_mover.rb > Small improvments in region_mover.rb > ------------------------------------ > > Key: HBASE-10049 > URL: https://issues.apache.org/jira/browse/HBASE-10049 > Project: HBase > Issue Type: Improvement > Reporter: Liu Shaohui > Assignee: Liu Shaohui > Priority: Minor > Fix For: 0.98.0, 0.94.15, 0.96.2 > > Attachments: HBASE-10049-0.94-v1.diff, HBASE-10049-0.94-v2.diff, HBASE-10049-trunk-v1.diff > > > We use region_mover.rb in the graceful upgrade of hbase cluster. > Here are small improvements. > a. remove the table.close(), because the htable could be reused. > b. Add more info in the log of moving region. > c. Add 20s sleep in load command to make sure the rs finished initialization of rpc server. There is a time gap between rs startup report and rpc server initialization. -- This message was sent by Atlassian JIRA (v6.1#6144)