[ 
https://issues.apache.org/jira/browse/HBASE-9350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chendihao updated HBASE-9350:
-----------------------------

          Labels: test  (was: )
    Release Note: patch for 0.94.x
    Hadoop Flags: Reviewed
          Status: Patch Available  (was: Open)
    
> 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.94.0
>
>
> 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