Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
While adding counters for flush/sync, I noticed how clunky it is to be pushing AtomicLong references around to various bits (iterators, WALog, tablets).
Think about using a more sophisticated approach, even just group the counters together.
And fix this:
public static final AtomicLong seekCount...;
Attachments
Issue Links
- relates to
-
ACCUMULO-1817 Use Hadoop Metrics2
- Resolved