ivakegg opened a new issue, #3399: URL: https://github.com/apache/accumulo/issues/3399
In order to resolve our issue described in #3371, it was denoted that we override the class loader and hence the context class loader factory to be able to catch the errors being thrown that would halt the tservers. So I created such a mechanism and hit the problem where the ClassLoaderUtil does not pass the accumulo configuration to the factory if overridden. This is needed to be able to access the context classpaths currently configured. We have a good amount of infrastructure surrounding setting up this configuration as we add new contexts. Can we perhaps add a method to the ContextClassLoaderFactory to pass the accumulo configuration in, or at least the subset related to context configuration (general*.context.*). Accumulo 2.1.1-SNAPSHOT CentOS 7.3 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
