You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Srikanth Srungarapu (JIRA)" <ji...@apache.org> on 2014/02/28 18:56:30 UTC

[jira] [Updated] (HBASE-10639) Unload script displays wrong counts (off by one) when unloading regions

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

Srikanth Srungarapu updated HBASE-10639:
----------------------------------------

    Description: 
Upon running an unload command, such as:
hbase org.jruby.Main /usr/lib/hbase/bin/region_mover.rb unload `hostname`, the region counter is indexed at 0 and hence, when the regions are being moved, regions are being counted from 0 instead of 1.

> Unload script displays wrong counts (off by one) when unloading regions 
> ------------------------------------------------------------------------
>
>                 Key: HBASE-10639
>                 URL: https://issues.apache.org/jira/browse/HBASE-10639
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.94.17
>            Reporter: Srikanth Srungarapu
>            Priority: Trivial
>
> Upon running an unload command, such as:
> hbase org.jruby.Main /usr/lib/hbase/bin/region_mover.rb unload `hostname`, the region counter is indexed at 0 and hence, when the regions are being moved, regions are being counted from 0 instead of 1.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)