GitHub user milleruntime opened a pull request: https://github.com/apache/accumulo/pull/267
ACCUMULO-4642 Changes to remove ServerConfiguration.getInstance() A first step in the bigger refactoring effort for [ACCUMULO-4050](https://issues.apache.org/jira/browse/ACCUMULO-4050). These changes remove ServerConfiguration.getInstance() and make more use of AccumuloServerContext across TableBalancer classes. Also deprecates TabletBalancer.init(ServerConfigurationFactory conf) replacing with init(AccumuloServerContext context) to assist in the configuration changes. Even without the completion of ACCUMULO-4050, these changes will help simplify the configuration internals of Accumulo. You can merge this pull request into a Git repository by running: $ git pull https://github.com/milleruntime/accumulo ACCUMULO-4642 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/267.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #267 ---- commit 5de9951537c9a26335eda79ca7303d6e0950997e Author: Mike Miller <mmil...@apache.org> Date: 2017-05-31T20:41:24Z ACCUMULO-4642 Changes to remove ServerConfiguration.getInstance() ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---