You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/03/12 02:31:14 UTC

[jira] [Created] (KAFKA-801) Fix MessagesInPerSec mbean to count uncompressed message rate

Neha Narkhede created KAFKA-801:
-----------------------------------

             Summary: Fix MessagesInPerSec mbean to count uncompressed message rate
                 Key: KAFKA-801
                 URL: https://issues.apache.org/jira/browse/KAFKA-801
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.8
            Reporter: Neha Narkhede
            Assignee: Neha Narkhede
            Priority: Blocker


Today, BrokerTopicMetrics.MessagesInPerSec does shallow iteration and hence counts the number of compressed messages in every request. This does not make sense, we should count the number of uncompressed messages stored on the leader. Also, this metric makes sense only on the leader.

--
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