ctubbsii commented on issue #1978: URL: https://github.com/apache/accumulo/issues/1978#issuecomment-809044384
The default value is an empty string, and it is constructed specially when no user implementation is provided. The DefaultContextClassLoaderFactory implements our built-in behavior, which can change over time, and should not be configured by users. The current implementation uses the SiteConfiguration and delegates to the AccumuloVFSClassLoader to preserve the previous VFS class loading behavior until that is removed. This isn't a bug. It's not intended to be exposed to, or configured by, users. It is a special implementation for internal use and does not have a no-arg constructor and cannot be instantiated like a user-provided factory. -- 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]
