[ 
https://issues.apache.org/jira/browse/HBASE-24244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090280#comment-17090280
 ] 

Pankaj Kumar edited comment on HBASE-24244 at 4/23/20, 5:42 AM:
----------------------------------------------------------------

Although wrong argument passed in move API, still we can validate the given 
destination server and revert with error message if it doesn't belong to the 
desired RSGroup.

Good catch [~Athem]


was (Author: pankajkumar):
Although wrong argument passed in move API, still we can validate the given 
destination server and revert with error message if it doesn't belong to the 
desired RSGroup.

> Move Region Command fails to move region of a table to another RS which is a 
> part of different RSGroup without giving error.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24244
>                 URL: https://issues.apache.org/jira/browse/HBASE-24244
>             Project: HBase
>          Issue Type: Bug
>          Components: rsgroup
>            Reporter: Saurav Mehta
>            Priority: Minor
>
> When I tried to move a region (which was the part of the Table T1 present in 
> RSG1 rsgroup) to RegionServer of another RSGroup RSG2, the move was not 
> successful and yet the output was "Took 3.4 seconds" instead of an error. 
> Also, during the move, the master logs did not show the destination address 
> as the RS address, it showed localhost which I think is misleading.
>  
> STEPS TO RETRACE THE SCENARIO:
>  # Create a RSGroup 'RSG1' and add region servers into it.
>  # Create another RSGroup 'RSG2' and add region servers into it also.
>  # Create a table 't1' with multiple regions and move it to rsgroup 'RSG1'.
>  # Now try to move a region of table t1 from 'RSG1' to region server of 
> 'RSG2'.
>  
>  



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

Reply via email to