You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jose Armando Garcia Sancio (Jira)" <ji...@apache.org> on 2022/08/23 23:22:00 UTC

[jira] [Assigned] (KAFKA-14178) NoOpRecord incorrectly causes high controller queue time metric

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

Jose Armando Garcia Sancio reassigned KAFKA-14178:
--------------------------------------------------

    Assignee: David Arthur

> NoOpRecord incorrectly causes high controller queue time metric
> ---------------------------------------------------------------
>
>                 Key: KAFKA-14178
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14178
>             Project: Kafka
>          Issue Type: Bug
>          Components: controller, kraft, metrics
>            Reporter: David Arthur
>            Assignee: David Arthur
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> When a deferred event is added to the queue in ControllerQuorum, we include the total time it sat in the queue as part of the "EventQueueTimeMs" metric in QuorumControllerMetrics.
> With the introduction of NoOpRecords, the p99 value for this metric is equal to the frequency that we schedule the no-op records. E.g., if no-op records are scheduled every 5 seconds, we will see p99 EventQueueTimeMs of 5 seconds.
> This makes it difficult (impossible) to see if there is some delay in the event processing on the controller.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)