virajjasani commented on a change in pull request #1512: HBASE-24186:
RegionMover ignores replicationId
URL: https://github.com/apache/hbase/pull/1512#discussion_r408640123
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java
##########
@@ -755,7 +755,8 @@ private ServerName getServerNameForRegion(RegionInfo
region) throws IOException
return null;
}
HRegionLocation loc =
-
conn.getRegionLocator(region.getTable()).getRegionLocation(region.getStartKey(),
true);
+
conn.getRegionLocator(region.getTable()).getRegionLocation(region.getStartKey(),
Review comment:
Existing test cases are good. But yes good to add additional test case
specific for replicaId. @BukrosSzabolcs can you add a test case in
TestRegionMover ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services