Details
Description
We have a number of "timing" classes in or used by the codebase
- org.apache.accumulo.core.util.StopWatch
- org.apache.accumulo.core.util.OpTimer
- Traces
- Guava's Stopwatch
I'm assuming that consolidation of all of the timings into Traces would be the best (assuming that if we care about the timing of a given operation implies that twe would also care about the timing of the "bigger picture").
If we can remove some of our timer classes, that would be great. Not suggesting that we forcibly prevent the use of Stopwatches/TImers in the codebase entirely – just where it makes sense.
Attachments
Issue Links
- is related to
-
ACCUMULO-1242 Consistent logging
- Resolved