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

Nikita Pande updated HBASE-28046:
---------------------------------
    Description: 
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}

  was:
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: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}


> 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
>            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)

Reply via email to