kevinrr888 commented on code in PR #5243:
URL: https://github.com/apache/accumulo/pull/5243#discussion_r1911032728


##########
core/src/main/java/org/apache/accumulo/core/fate/Fate.java:
##########
@@ -476,10 +477,18 @@ public Fate(T environment, FateStore<T> store, boolean 
runDeadResCleaner,
     this.workFinder.start();
   }
 
+  public Duration getInitialDelay() {

Review Comment:
   Thanks for the suggestions. We shouldn't allow overriding for initial delay, 
so I removed that. `getDeadResCleanupDelay` is already overridden in `FastFate` 
and I also plan to override `getPoolWatcherDelay` in `FastFate` as well in an 
upcoming PR, so left those methods but no longer create a new Duration each 
time.



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