keith-turner opened a new issue #1609: URL: https://github.com/apache/accumulo/issues/1609
The changes in #1605 create compaction services based on configuration at tablet server startup. If the configuration in zookeeper changes after startup, the compaction services never change. It would be nice to update the compaction services whenever configuration changes. When the configuration for an existing compaction service goes away, instances of that service should finish any running compactions and not accept any new work while waiting. When the configuration for existing compaction service changes, it should resize existing thread pools and/or delete thread pools that are no longer needed. When the configuration for a compaction service that does not currently exist is noticed, then it should be created. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
