keith-turner commented on issue #5024: URL: https://github.com/apache/accumulo/issues/5024#issuecomment-2448001489
When a compactor fails we could add a fraction like 1/(total failed compactors) to the per file count. This would be a simple way to detect events related to a single tablet vs systemic issues unrelated to a single tablet. For example when the dead compaction detector runs if it detects 200 dead compactors it could add 1/200 to each file that was involved. If the dead compactor runs and detects 2 failed compactors it could add 1/2 to each file the compactor was processing. This would make the count increase faster when a few tablets are repeatedly killing 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]
