[
https://issues.apache.org/jira/browse/KAFKA-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348441#comment-16348441
]
Damian Guy commented on KAFKA-3473:
-----------------------------------
[~lindong] [~ijuma] what is the status of the PR? Should this be in 1.1?
> KIP-237: More Controller Health Metrics
> ---------------------------------------
>
> Key: KAFKA-3473
> URL: https://issues.apache.org/jira/browse/KAFKA-3473
> Project: Kafka
> Issue Type: Improvement
> Components: controller
> Affects Versions: 1.0.1
> Reporter: Jiangjie Qin
> Assignee: Dong Lin
> Priority: Major
> Fix For: 1.1.0
>
>
> Currently controller appends the requests to brokers into controller channel
> manager queue during state transition. i.e. the state transition are
> propagated asynchronously. We need to track the request queue time on the
> controller side to see how long the state propagation is delayed after the
> state transition finished on the controller.
> We also want to have metrics to monitor the ControllerEventManager queue size
> and the average time it takes for a event to wait in this queue before being
> processed.
> See
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-237%3A+More+Controller+Health+Metrics
> for more detail.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)