You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/05/01 14:22:03 UTC

[GitHub] keith-turner commented on a change in pull request #453: Add retry mechanism to AccumuloReloadingVFSClassLoader.

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

 ##########
 File path: start/src/main/java/org/apache/accumulo/start/classloader/vfs/AccumuloReloadingVFSClassLoader.java
 ##########
 @@ -215,4 +250,23 @@ public String toString() {
     return buf.toString();
   }
 
+  void setMaxRetries(long maxRetries) {
+    this.maxRetries = maxRetries;
+  }
+
+  void setMaxWaitInterval(long maxWaitInterval) {
 
 Review comment:
   Seem like nothing calls this method?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services