keith-turner opened a new issue #947: Optimize generation of custom props map in ServiceEnvironmentImpl URL: https://github.com/apache/accumulo/issues/947 This is follow on work to #941. In that change ServiceEnvironmentImpl.getCustom() and getTableCustom() were introduced. The implementation of those method could be optimized to only recompute the maps when config changes. AccumuloConfig has an atomic counter that is update each time it changes. This can be used to cache the custom maps and only recompute them when the counter changes.
---------------------------------------------------------------- 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
