Saurav Mehta created HBASE-24244:
------------------------------------
Summary: 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
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)