You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2020/03/04 19:33:00 UTC

[jira] [Created] (KAFKA-9652) Throttle time metric needs to be updated for KIP-219

Jason Gustafson created KAFKA-9652:
--------------------------------------

             Summary: Throttle time metric needs to be updated for KIP-219
                 Key: KAFKA-9652
                 URL: https://issues.apache.org/jira/browse/KAFKA-9652
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


KIP-219 changed the throttling logic so that responses are returned immediately. The logic for updating the throttle time in `RequestChannel` appears to have not been updated to reflect this change and instead reflects the old behavior where the timing is based on the time between remote completion and response completion. This means the metric will pretty much always show negligible throttling.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)