keith-turner commented on code in PR #5278:
URL: https://github.com/apache/accumulo/pull/5278#discussion_r1928791449
##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/coordinator/CompactionCoordinator.java:
##########
@@ -294,10 +294,23 @@ protected void
startInternalStateCleaner(ScheduledThreadPoolExecutor schedExecut
ThreadPools.watchNonCriticalScheduledTask(future);
}
+ protected void startConfigMonitor(ScheduledThreadPoolExecutor schedExecutor)
{
+ ScheduledFuture<?> future =
+ schedExecutor.scheduleWithFixedDelay(this::cleanUpInternalState, 0, 1,
TimeUnit.MINUTES);
Review Comment:
ha, yeah it should good catch. I copied and pasted and changed a few
things, but missed that.
--
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]