dlmarion commented on issue #4553:
URL: https://github.com/apache/accumulo/issues/4553#issuecomment-2108127946

   K/V read and written will be easier than bytes I think. The FileCompactor 
already keeps track of entries read and written, they are just not emitted as 
metrics. Keeping track of bytes read and written at this level will likely not 
be accurate due to run-length encoding and compression.
   
   METRICS_COMPACTOR_MAJC_STUCK is incremented in `CompactionWatcher.run`, 
which appears to be used in both internal and external compactions.


-- 
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]

Reply via email to