kevinrr888 commented on code in PR #28:
URL:
https://github.com/apache/accumulo-classloaders/pull/28#discussion_r2380166675
##########
modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/context/ReloadingVFSContextClassLoaderFactory.java:
##########
@@ -269,6 +269,7 @@ protected String getConfigFileLocation() {
private void initializeContexts() throws URISyntaxException, IOException {
if (!CONTEXTS.isEmpty()) {
LOG.debug("Contexts already initialized, skipping...");
+ // TODO KEVIN RATHBUN should this be returning early?
Review Comment:
Changed to only download contexts as needed in
a0dbcbfdc46fafb84af171c5b619f0d849488fa5
--
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]