chia7712 commented on code in PR #15463: URL: https://github.com/apache/kafka/pull/15463#discussion_r1545435135
########## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ########## @@ -4164,16 +4164,13 @@ class ReplicaManagerTest { mock(classOf[FetchDataInfo]) }).when(spyRLM).read(any()) - // Get the current type=DelayedRemoteFetchMetrics,name=ExpiresPerSec metric value before fetching - val curExpiresPerSec = safeYammerMetricValue("type=DelayedRemoteFetchMetrics,name=ExpiresPerSec").asInstanceOf[Long] Review Comment: As we don't use value from yammer now, it seems the `metricsToBeDeletedInTheEnd` is useless. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org