You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2013/08/28 00:25:53 UTC

[jira] [Resolved] (SAMZA-27) Use queueSize metric in BlockingEnvelopeMap

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

Chris Riccomini resolved SAMZA-27.
----------------------------------

    Resolution: Invalid

As part of SAMZA-3, the queue size was removed, when we switched from ArrayBlockingQueue to LinkedBlockingQueue.
                
> Use queueSize metric in BlockingEnvelopeMap
> -------------------------------------------
>
>                 Key: SAMZA-27
>                 URL: https://issues.apache.org/jira/browse/SAMZA-27
>             Project: Samza
>          Issue Type: Bug
>          Components: container, metrics
>    Affects Versions: 0.6.0
>            Reporter: Chris Riccomini
>             Fix For: 0.7.0
>
>
> The queueSize metric in BlockingEnvelopeMapMetrics is not used.
> {code}
>     private final Gauge<Integer> queueSize;
> {code}
> We should rename it to bufferedMessageCount (and name it BufferedMessageCount in the registry). It should be a gauge that represents the sum of all bufferedMessageCountMap counts (all messages buffered in all SystemStreamPartition queues in this map).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira