ddanielr opened a new issue, #4553: URL: https://github.com/apache/accumulo/issues/4553
**Is your feature request related to a problem? Please describe.** With the addition of external compactors, there isn't a great way of identifying if a compactor is efficient or slow. **Describe the solution you'd like** Add metrics for bytes read and bytes written on a per-compactor basis. This might need to be initially added at a per-iterator level, and then aggregated up to be reported at the compactor level. This is expected to be emitted as data is being read and write as opposed to only being emitted when the compaction is complete. -- 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]
