This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
from cf269bee8c9 KAFKA-18046; High CPU usage when using Log4j2 (#19138)
new 5c0b8bef078 KAFKA-18920: The kcontrollers must set kraft.version in
ApiVersionsResponse (#19127)
new d671e7dbc59 KAFKA-18940: fix electionWasClean (#19156)
new ed435374106 MINOR: Fix missing argument in kafka-features.sh upgrade
doc (#19160)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/scala/kafka/server/ControllerServer.scala | 6 +++--
.../kafka/server/KRaftClusterTest.scala | 29 ++++++++++++++++++++++
docs/upgrade.html | 2 +-
.../kafka/controller/FeatureControlManager.java | 11 +-------
.../metrics/ControllerMetricsChanges.java | 3 ++-
.../kafka/metadata/PartitionRegistration.java | 6 ++---
.../kafka/metadata/PartitionRegistrationTest.java | 9 ++++---
.../kafka/server/common/FinalizedFeatures.java | 13 ++++++++++
8 files changed, 58 insertions(+), 21 deletions(-)