You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "chendihao (JIRA)" <ji...@apache.org> on 2013/08/27 11:02:51 UTC

[jira] [Updated] (HBASE-9350) In ChaosMonkey, MoveRegionsOfTableAction throws UnknownRegionException

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

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

    Description: 
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}

  was:
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.

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.

    
> 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
>             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