You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/10/21 15:18:00 UTC

[jira] [Created] (HBASE-25211) Rack awareness in region_mover

Viraj Jasani created HBASE-25211:
------------------------------------

             Summary: Rack awareness in region_mover
                 Key: HBASE-25211
                 URL: https://issues.apache.org/jira/browse/HBASE-25211
             Project: HBase
          Issue Type: Improvement
            Reporter: Viraj Jasani


region_mover should provide an option to ensure while unloading all regions, all destination servers are selected from different racks and not the one where server (where region_mover unload is getting executed) belongs to. This might be helpful option if we want to avail rack downtime (or rack upgrade) by stopping all Regionservers that belong to same rack for few hours. Without this option, we don't have any control over which destination server is selected and hence, some regions might keep bouncing from server A to B in the same rack all the way until they are finally moved to RS that belongs to separate rack.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)