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 2021/02/10 15:13:49 UTC

[kafka] branch trunk updated (19506b6 -> ad541b9)

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 19506b6  Fill in the 2.8 release note for Authorizer (#9865)
     add ad541b9  MINOR: KafkaBroker.brokerState should be volatile instead of AtomicReference (#10080)

No new revisions were added by this update.

Summary of changes:
 .../kafka/connect/util/clusters/EmbeddedKafkaCluster.java    |  2 +-
 core/src/main/scala/kafka/server/KafkaBroker.scala           |  8 +++++---
 core/src/main/scala/kafka/server/KafkaServer.scala           | 12 ++++++------
 core/src/test/scala/unit/kafka/server/BaseRequestTest.scala  |  2 +-
 .../test/scala/unit/kafka/server/MetadataRequestTest.scala   |  4 ++--
 .../test/scala/unit/kafka/server/ServerShutdownTest.scala    |  4 ++--
 .../src/test/scala/unit/kafka/server/ServerStartupTest.scala |  2 +-
 7 files changed, 18 insertions(+), 16 deletions(-)