[
https://issues.apache.org/jira/browse/KAFKA-14032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-14032.
-------------------------------------
Fix Version/s: 3.3.0
Resolution: Fixed
> Dequeue time for forwarded requests is ignored to set
> -----------------------------------------------------
>
> Key: KAFKA-14032
> URL: https://issues.apache.org/jira/browse/KAFKA-14032
> Project: Kafka
> Issue Type: Bug
> Reporter: Feiyan Yu
> Priority: Minor
> Fix For: 3.3.0
>
>
> It seems like `requestDequeueTimeNanos` is ignored to set.
> As a property of a `Request object`, `requestDequeueTimeNanos` is set only
> when handlers manage to poll and handle this request from `requestQueue`,
> however, handlers only poll the request from envelop request once, but calls
> handle method twice, which lead to an ignorance of `requestDequeueTimeNanos`
> for parsed forwarded requests.
> The parsed envelop requests have `requestDequeueTimeNanos` = -1, and it
> affect the correctness of statistics and metrics of `LocalTimeMs`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)