dlmarion commented on issue #2245: URL: https://github.com/apache/accumulo/issues/2245#issuecomment-907191636
`CompactionManager.checkForConfigChanges()` creates new CompactionServices in the main loop, but `checkForConfigChanges` will only check at most every second. It might be useful to refactor `checkForConfigChanges` to enforce the 1 second rule from the main loop, but not if it's called from somewhere else, like `compact` -- 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]
