You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2022/12/05 14:17:28 UTC

[kafka] branch trunk updated (8bb897655f1 -> fc7fe8f7654)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 8bb897655f1 MINOR: Optimize metric recording when quota check not required (#12933)
     add fc7fe8f7654 MINOR: Remove KafkaTimer (#12950)

No new revisions were added by this update.

Summary of changes:
 .../kafka/controller/ControllerEventManager.scala  |  9 ++--
 .../scala/kafka/controller/KafkaController.scala   |  8 +--
 core/src/main/scala/kafka/log/LogSegment.scala     |  8 +--
 core/src/main/scala/kafka/metrics/KafkaTimer.scala | 35 -------------
 .../scala/unit/kafka/metrics/KafkaTimerTest.scala  | 59 ----------------------
 5 files changed, 15 insertions(+), 104 deletions(-)
 delete mode 100644 core/src/main/scala/kafka/metrics/KafkaTimer.scala
 delete mode 100644 core/src/test/scala/unit/kafka/metrics/KafkaTimerTest.scala