keith-turner commented on code in PR #6097:
URL: https://github.com/apache/accumulo/pull/6097#discussion_r2742902700


##########
start/src/main/java/org/apache/accumulo/start/classloader/vfs/AccumuloVFSClassLoader.java:
##########
@@ -204,15 +207,25 @@ private static ClassLoader getClassLoader_Internal() 
throws IOException {
       synchronized (lock) {
         if (loader == null) {
 
-          FileSystemManager vfs = generateVfs();

Review Comment:
   The main thing this PR is doing is avoiding always calling this.



-- 
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]

Reply via email to