keith-turner opened a new pull request #2101: URL: https://github.com/apache/accumulo/pull/2101
While reviewing code in ConfigurationImpl to assess #947, I noticed that ConigurationImpl was doing some caching however the way that ConigurationImpl is made availabe for use could continually create new instances invalidating the caching. This change makes it so that when ServiceEnvironmentImpl is exposed to plugins it does not continually create new instances, which would cause new instances of ConfigurationImpl to be creatd. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
