Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/267#discussion_r120977606
--- Diff:
server/base/src/main/java/org/apache/accumulo/server/master/balancer/ChaoticLoadBalancer.java
---
@@ -162,7 +163,16 @@ public long
balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<K
return 100;
}
+ /**
+ * Initialize the TabletBalancer. This gives the balancer the
opportunity to read the configuration.
--- End diff --
Don't need to duplicate the javadoc here. Most IDEs will inherit it from
TabletBalancer
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---