[ 
https://issues.apache.org/jira/browse/HBASE-9350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13751644#comment-13751644
 ] 

Hudson commented on HBASE-9350:
-------------------------------

SUCCESS: Integrated in HBase-TRUNK #4438 (See 
[https://builds.apache.org/job/HBase-TRUNK/4438/])
HBASE-9350 In ChaosMonkey, MoveRegionsOfTableAction throws 
UnknownRegionException (stack: rev 1517874)
* 
/hbase/trunk/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/MoveRegionsOfTableAction.java

                
> 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

Reply via email to