keith-turner opened a new issue, #4509: URL: https://github.com/apache/accumulo/issues/4509
**Is your feature request related to a problem? Please describe.** Reserving files is an extra step that scan servers take that can add time to scans. In order to understand the cost of this metrics are useful. The current metrics are not adequate to fully understand the problem. **Describe the solution you'd like** The changes in #4461 add metrics to track the total time reserving a tablets files takes. In addition to these metrics it would be useful to also track the time it takes to write out reservations and count when collisions happen. The changes in #4461 should indirectly track the time it takes to read metadata via the cache metrics it added, so there may not be a need to explicitly track read time. -- 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]
