milleruntime commented on a change in pull request #401: Fix ChaoticBalancerIT
URL: https://github.com/apache/accumulo/pull/401#discussion_r175145384
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/master/balancer/ChaoticLoadBalancer.java
##########
@@ -163,14 +160,4 @@ public long
balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<K
return 100;
}
-
- @Deprecated
- @Override
- public void init(ServerConfiguration conf) {
- throw new NotImplementedException();
Review comment:
Yeah I can add it back.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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