Eric Newton created ACCUMULO-3103:
-------------------------------------
Summary: centralize counters
Key: ACCUMULO-3103
URL: https://issues.apache.org/jira/browse/ACCUMULO-3103
Project: Accumulo
Issue Type: Bug
Components: tserver
Reporter: Eric Newton
Priority: Minor
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:
{noformat}
public static final AtomicLong seekCount...;
{nofomat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)