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

Chris Riccomini updated SAMZA-27:
---------------------------------

    Component/s: metrics
    
> 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

Reply via email to