You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Feiyan Yu <db...@gmail.com> on 2022/06/29 16:06:47 UTC

Potential bug for forwarded request time cost metrics

Howdy!

It seems like `requestDequeueTimeNanos` is ignored when handling an
envelope request, which could lead to `requestDequeueTimeNanos` ending with
"-1", so that the metric,`LocalTimeMs` is not correct.

I created an issue related to this together with a tiny PR.
issue: https://issues.apache.org/jira/browse/KAFKA-14032
PR: https://github.com/apache/kafka/pull/12360
<https://github.com/apache/kafka/pull/12360>

I'd appreciate it if someone is interested in it.

Feiyan Yu