[
https://issues.apache.org/jira/browse/HBASE-7675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563259#comment-13563259
]
Lars Hofhansl commented on HBASE-7675:
--------------------------------------
Endless loop of this:
{code}
3/01/26 01:03:16 [main] INFO reflect.GeneratedMethodAccessor12(?): Moving
region 97229dc004dc07f7945b46c002c19a7a (1 of 3) to
server=shared-dnds1-1-sfm.ops.sfdc.net,60020,1359148003389
ERROR: wrong number of arguments (4 for 2)
Here is some help for this command:
Move a region. Optionally specify target regionserver else we choose one
at random. NOTE: You pass the encoded region name, not the region name so
this command is a little different to the others. The encoded region name
is the hash suffix on region names: e.g. if the region name were
TestTable,0094429456,1289497600452.527db22f95c8a9e0116f0cc13c680396. then
the encoded region name portion is 527db22f95c8a9e0116f0cc13c680396
A server name is its host, port plus startcode. For example:
host187.example.com,60020,1289493121758
Examples:
hbase> move 'ENCODED_REGIONNAME'
hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME'
13/01/26 01:03:16 [main] INFO reflect.GeneratedMethodAccessor12(?): Moving
region 0090dd62800e7fd8e36a3b112c82f3f7 (2 of 3) to
server=shared-dnds1-3-sfm.ops.sfdc.net,60020,1359147981154
{code}
> region_mover.rb clashes with shell's move command
> -------------------------------------------------
>
> Key: HBASE-7675
> URL: https://issues.apache.org/jira/browse/HBASE-7675
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
>
--
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