keith-turner opened a new issue, #4090:
URL: https://github.com/apache/accumulo/issues/4090

   **Is your feature request related to a problem? Please describe.**
   
   This issue is about the problem described in #4089
   
   **Describe the solution you'd like**
   
   Accumulo will periodically iterate through all tablets and plan compactions 
for each tablet (this happens 
[here](https://github.com/apache/accumulo/blob/f9897862dd4e6ff4892239ff5ebeb8ed6e34bc68/server/tserver/src/main/java/org/apache/accumulo/tserver/compactions/CompactionManager.java#L98-L184)).
  When it does this it should count tablets that are over the scan file max, 
are not currently running any compactions, and did not plan any new 
compactions.  This count should be emitted as a per compaction service metric 
after each iteration through all tablets.
   
   **Describe alternatives you've considered**
   
   #4089 outlines logging a periodic warning for this same situation.
   


-- 
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: notifications-unsubscr...@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to