You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/09/08 22:41:28 UTC

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

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

Sean Busbey updated ACCUMULO-3103:
----------------------------------
    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:

{noformat}
public static final AtomicLong seekCount...;
{noformat}



  was:
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}




> 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...;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)