ddanielr opened a new issue, #4217: URL: https://github.com/apache/accumulo/issues/4217
**Describe the bug** The compaction coordinator and compactor currently have hardcoded values for generating a warning log message when compactors have not checked into the coordinator for a given queue. These values should be changed to the following: 1. A property should be created for the compactor max check-in wait time 2. The coordinator should use that property to calculate the result of `getMissingCompactorWarningTime()` This will ensure that the system is in an error state when a warning level log message is generated by the compaction-coordinator for missing compactors. -- 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]
