cshannon commented on code in PR #3136:
URL: https://github.com/apache/accumulo/pull/3136#discussion_r1089756336


##########
start/src/main/java/org/apache/accumulo/start/Main.java:
##########
@@ -45,13 +44,11 @@ public static void main(final String[] args) throws 
Exception {
     // Preload classes that cause a deadlock between the ServiceLoader and the 
DFSClient when
     // using the VFSClassLoader with jars in HDFS.
     ClassLoader loader = getClassLoader();

Review Comment:
   I actually tried to do that but the issue is ClassLoaderUtil isn't available 
to use here. The main class is part of the `start` module and ClassLoaderUtil 
lives inside the `core` module. Core has a dependency on start so we can't use 
the class.



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