ramkrish86 commented on a change in pull request #652: HBASE-23035 Retain
region to the last RegionServer make the failover …
URL: https://github.com/apache/hbase/pull/652#discussion_r328455299
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestSCPBase.java
##########
@@ -141,36 +135,6 @@ protected long getSCPProcId(ProcedureExecutor<?>
procExec) {
return
procExec.getActiveProcIds().stream().mapToLong(Long::longValue).min().getAsLong();
}
- private void assertReplicaDistributed(Table t) throws IOException {
Review comment:
This you will come back later after the other new JIRA for load balancer is
fixed?
----------------------------------------------------------------
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