keith-turner commented on code in PR #5278:
URL: https://github.com/apache/accumulo/pull/5278#discussion_r1928843455
##########
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:
Fixed that and noticed another bug where it was not remembering the new max
size to use w/ new queues that are created after the size was adjusted. Fixed
both in 5471fc7
--
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]