[
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