keith-turner commented on a change in pull request #453: Add retry mechanism to 
AccumuloReloadingVFSClassLoader.  
URL: https://github.com/apache/accumulo/pull/453#discussion_r185231374
 
 

 ##########
 File path: 
start/src/main/java/org/apache/accumulo/start/classloader/vfs/AccumuloVFSClassLoader.java
 ##########
 @@ -152,14 +152,19 @@ public void run() {
         case IMAGINARY:
           // assume its a pattern
           String pattern = fo.getName().getBaseName();
-          if (fo.getParent() != null && fo.getParent().getType() == 
FileType.FOLDER) {
+          if (fo.getParent() != null) {
 
 Review comment:
   This change seems unrelated to retry, which is fine.  Is this fixing another 
bug?  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to