You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/12/08 16:16:00 UTC

[jira] [Updated] (KAFKA-6330) KafkaZkClient request queue time metric

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

Ismael Juma updated KAFKA-6330:
-------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: KAFKA-5027

> KafkaZkClient request queue time metric
> ---------------------------------------
>
>                 Key: KAFKA-6330
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6330
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: zkclient
>            Reporter: Ismael Juma
>              Labels: needs-kip
>
> KafkaZkClient have a latency metric which is the time it takes to send a request and receive the corresponding response.
> If ZooKeeperClient's `maxInFlightRequests` (10 by default) is reached, a request may be held for some time before sending starts. This time is not currently measured and it may be useful to know if requests are spending longer than usual in the `queue` (conceptually as the current implementation doesn't use a queue).
> This would require a KIP.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)