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 6414B1080F for ; Tue, 27 Aug 2013 16:56:02 +0000 (UTC) Received: (qmail 96776 invoked by uid 500); 27 Aug 2013 16:55:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96583 invoked by uid 500); 27 Aug 2013 16:55:52 -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 96549 invoked by uid 99); 27 Aug 2013 16:55:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 16:55:52 +0000 Date: Tue, 27 Aug 2013 16:55:51 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9350) In ChaosMonkey, MoveRegionsOfTableAction throws UnknownRegionException 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-9350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-9350: ------------------------- Resolution: Fixed Fix Version/s: (was: 0.94.0) 0.95.0 0.98.0 Status: Resolved (was: Patch Available) Committed to 0.95 and to trunk. Thanks for the patch Chendihao > In ChaosMonkey, MoveRegionsOfTableAction throws UnknownRegionException > ---------------------------------------------------------------------- > > Key: HBASE-9350 > URL: https://issues.apache.org/jira/browse/HBASE-9350 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.94.0 > Reporter: chendihao > Labels: test > Fix For: 0.98.0, 0.95.0 > > Attachments: MoveRegionsOfTableAction.java.patch, MoveRegionsOfTableAction-v2.patch > > > The first parameter in HBaseAdmin.move(final byte [] encodedRegionName, final byte [] destServerName) should be encoded. Otherwise, it could throw UnknowRegionException and result in failure of this action. > {code} > encodedRegionName The encoded region name; i.e. the hash that makes up the region name suffix: > e.g. if regionname is TestTable,0094429456,1289497600452.527db22f95c8a9e0116f0cc13c680396., then > the encoded region name is: 527db22f95c8a9e0116f0cc13c680396. > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira