brianloss commented on a change in pull request #1891:
URL: https://github.com/apache/accumulo/pull/1891#discussion_r568002445
##########
File path: server/manager/src/main/java/org/apache/accumulo/master/Master.java
##########
@@ -1686,4 +1725,20 @@ public boolean isActiveService() {
return masterInitialized.get();
}
+ void initializeBalancer() {
+ tabletBalancer =
Property.createInstanceFromPropertyName(getConfiguration(),
+ Property.MANAGER_TABLET_BALANCER, TabletBalancer.class, new
DefaultLoadBalancer());
+ tabletBalancer.init(balancerEnvironment);
Review comment:
Yeah, good catch. The code in MasterClientServiceHandler previously did
it the way you suggest. I'll update.
----------------------------------------------------------------
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]