You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by to...@apache.org on 2021/09/08 17:02:18 UTC

[kafka] branch trunk updated (5e3ecf1 -> 286126f)

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

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


    from 5e3ecf1  KAFKA-13237; Add ActiveBrokerCount and FencedBrokerCount metrics to the ZK controller (KIP-748) (#11273)
     add 286126f  KAFKA-13243: KIP-773 Differentiate metric latency measured in ms and ns (#11302)

No new revisions were added by this update.

Summary of changes:
 .../clients/producer/internals/BufferPool.java     |  6 ++++-
 .../org/apache/kafka/common/network/Selector.java  | 23 ++++++++++++++---
 docs/ops.html                                      | 30 ++++++++++++++++++++++
 docs/upgrade.html                                  |  6 ++++-
 .../internals/StreamThreadTotalBlockedTime.java    |  8 +++---
 .../processor/internals/StreamsProducer.java       |  2 +-
 .../StreamThreadTotalBlockedTimeTest.java          | 14 +++++-----
 .../processor/internals/StreamsProducerTest.java   |  2 +-
 8 files changed, 73 insertions(+), 18 deletions(-)