ctubbsii commented on issue #18: URL: https://github.com/apache/accumulo-classloaders/issues/18#issuecomment-1443962850
> isn't super helpful I actually find this very helpful to quickly visualize what's happening. Thank you. I don't think changing it to write to a file is a good solution. We don't want to be leaving a bunch of files around. The command itself is supposed to just emit the requested node list to the console. I think if it can't load log4j or other `java.class.path` classes, that's a bug in the VFS classloader. The VFS classloader, even though it is taking over for the system classloader, should still defer to things found in `java.class.path`, as its parent, so it can still load its own dependencies. -- 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]
