You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (Jira)" <ji...@apache.org> on 2019/10/28 21:44:00 UTC

[jira] [Resolved] (ACCUMULO-3103) centralize counters

     [ https://issues.apache.org/jira/browse/ACCUMULO-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs resolved ACCUMULO-3103.
-----------------------------------------
    Resolution: Not A Problem

We already switched to metrics2, as mentioned in the comments. I don't know if there is more to do here. If there is more to do, please open a new issue at https://github.com/apache/accumulo/issues

> centralize counters
> -------------------
>
>                 Key: ACCUMULO-3103
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3103
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>            Reporter: Eric C. 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...;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)