Nikita Pande created HBASE-28046:
------------------------------------

             Summary: Adding capability to move_servers_rsgroup for all servers 
without explicit passing servers
                 Key: HBASE-28046
                 URL: https://issues.apache.org/jira/browse/HBASE-28046
             Project: HBase
          Issue Type: Improvement
            Reporter: Nikita Pande


In case of requirement for moving entire servers from a region server to a 
destination server,  currently client has to get list of servers from a rs 
group and then pass these servers for movement as below.

{code:shell}
  hbase> move_servers_rsgroup 'dest',['server1:port','server2:port']
{code}

However idea should be to move all servers by specifying source and destination 
rs group and the list servers can be handled internally be hbase code instead 
of hbase client code/shell.

Expected:
 {code:shell}
  hbase> move_all_servers_rsgroup 'dest','src'
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to