dlmarion commented on code in PR #77:
URL: 
https://github.com/apache/accumulo-classloaders/pull/77#discussion_r2840636977


##########
modules/caching-classloader/src/main/java/org/apache/accumulo/classloader/ccl/LocalStore.java:
##########
@@ -206,7 +206,6 @@ public void storeContext(final Manifest manifest) {
             LOG.trace("Skipped resource {} while another process or thread is 
downloading it",
                 resource.getLocation());
             waitingOnOtherDownloadsCount++;
-            continue;

Review Comment:
   why remove this? It will cause this process to wait instead of immediately 
moving on to the next resource.



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