liuxiaocs7 commented on code in PR #7745:
URL: https://github.com/apache/hbase/pull/7745#discussion_r2846940458
##########
hbase-diagnostics/src/main/java/org/apache/hadoop/hbase/master/balancer/LoadBalancerPerformanceEvaluation.java:
##########
@@ -178,4 +195,96 @@ public static void main(String[] args) throws IOException {
tool.setConf(HBaseConfiguration.create());
tool.run(args);
}
+
+ private static class DummyClusterInfoProvider implements ClusterInfoProvider
{
Review Comment:
We have the same class `DummyClusterInfoProvider` in hbase-balancer, but in
test-jar, it cannot be used directly here.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]