ctubbsii commented on a change in pull request #401: Fix ChaoticBalancerIT
URL: https://github.com/apache/accumulo/pull/401#discussion_r175157613
##########
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:
Thinking about it some more... the `UnsupportedOperationException` should
really exist in the parent. Actually, I think we only kept this method around
at all, because of API stability reasons... but this isn't public API, and I
don't think it's very stable as is anyway. I would probably leave it as-is in
previous release lines, and reconsider this whole API in 2.0 (or some other
future point).
----------------------------------------------------------------
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