This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 70404ba MINOR: Fix windows startup scripts to use
connect-log4j.properties instead of tools-log4j.properties (#10034)
add 772f2cf MINOR: Replace BrokerStates.scala with BrokerState.java
(#10028)
No new revisions were added by this update.
Summary of changes:
build.gradle | 1 +
checkstyle/import-control-jmh-benchmarks.xml | 1 +
checkstyle/import-control.xml | 1 +
.../util/clusters/EmbeddedKafkaCluster.java | 9 ++-
core/src/main/scala/kafka/log/LogManager.scala | 11 +--
.../src/main/scala/kafka/server/BrokerStates.scala | 78 ----------------------
core/src/main/scala/kafka/server/KafkaServer.scala | 17 ++---
core/src/test/scala/unit/kafka/log/LogTest.scala | 7 +-
.../scala/unit/kafka/server/BaseRequestTest.scala | 6 +-
.../unit/kafka/server/MetadataRequestTest.scala | 5 +-
.../unit/kafka/server/ServerShutdownTest.scala | 5 +-
.../unit/kafka/server/ServerStartupTest.scala | 23 ++-----
.../test/scala/unit/kafka/utils/TestUtils.scala | 5 +-
.../jmh/fetcher/ReplicaFetcherThreadBenchmark.java | 5 +-
.../partition/PartitionMakeFollowerBenchmark.java | 5 +-
.../UpdateFollowerFetchStateBenchmark.java | 5 +-
16 files changed, 56 insertions(+), 128 deletions(-)
delete mode 100644 core/src/main/scala/kafka/server/BrokerStates.scala