[
https://issues.apache.org/jira/browse/HBASE-28046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Pande updated HBASE-28046:
---------------------------------
Summary: Adding capability to move_servers_rsgroup for all servers without
explicitly passing servers (was: Adding capability to move_servers_rsgroup for
all servers without explicit passing servers)
> Adding capability to move_servers_rsgroup for all servers without explicitly
> passing servers
> --------------------------------------------------------------------------------------------
>
> Key: HBASE-28046
> URL: https://issues.apache.org/jira/browse/HBASE-28046
> Project: HBase
> Issue Type: Improvement
> Reporter: Nikita Pande
> Priority: Major
>
> In case of requirement for moving entire servers from a region server to a
> destination server, currently hbase client has to get list of servers from a
> rs group and then pass these servers for movement as below.
> {code:bash}
> 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:bash}
> hbase> move_all_servers_rsgroup 'dest','src'
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)