dlmarion commented on issue #4609: URL: https://github.com/apache/accumulo/issues/4609#issuecomment-2138153174
@kevinrr888 - are you referencing the Runnable created at https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/fate/Fate.java#L227 and https://github.com/apache/accumulo/blob/elasticity/core/src/main/java/org/apache/accumulo/core/fate/Fate.java#L330 that is scheduled to run 3 seconds later? Looking at this, I think that we should probably be calling `scheduleAtFixedRate` instead of `schedule`. -- 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]
