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

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


    from d82f03e98b7 KAFKA-18364 add document to show the changes of metrics 
and configs after removing zookeeper (#18365)
     add 92fd99bda11 KAFKA-18479: Remove keepPartitionMetadataFile in 
UnifiedLog and LogMan… (#18491)

No new revisions were added by this update.

Summary of changes:
 .../kafka/server/builders/LogManagerBuilder.java   |  7 ---
 core/src/main/scala/kafka/log/LogManager.scala     |  7 +--
 core/src/main/scala/kafka/log/UnifiedLog.scala     | 60 ++++++----------------
 .../main/scala/kafka/raft/KafkaMetadataLog.scala   |  3 +-
 .../src/main/scala/kafka/server/BrokerServer.scala |  3 +-
 .../unit/kafka/cluster/PartitionLockTest.scala     |  3 +-
 .../scala/unit/kafka/cluster/PartitionTest.scala   |  3 +-
 .../log/AbstractLogCleanerIntegrationTest.scala    |  3 +-
 .../unit/kafka/log/BrokerCompressionTest.scala     |  3 +-
 .../unit/kafka/log/LogCleanerManagerTest.scala     |  8 ++-
 .../test/scala/unit/kafka/log/LogCleanerTest.scala |  6 +--
 .../scala/unit/kafka/log/LogConcurrencyTest.scala  |  3 +-
 .../test/scala/unit/kafka/log/LogLoaderTest.scala  |  9 ++--
 .../test/scala/unit/kafka/log/LogManagerTest.scala |  2 -
 .../test/scala/unit/kafka/log/LogTestUtils.scala   |  2 -
 .../test/scala/unit/kafka/log/UnifiedLogTest.scala | 23 +--------
 .../unit/kafka/server/ReplicaManagerTest.scala     |  3 +-
 .../unit/kafka/tools/DumpLogSegmentsTest.scala     |  3 +-
 .../scala/unit/kafka/utils/SchedulerTest.scala     |  2 +-
 .../test/scala/unit/kafka/utils/TestUtils.scala    |  1 -
 .../jmh/fetcher/ReplicaFetcherThreadBenchmark.java |  1 -
 .../org/apache/kafka/jmh/log/StressTestLog.java    |  1 -
 .../apache/kafka/jmh/log/TestLinearWriteSpeed.java |  1 -
 .../partition/PartitionMakeFollowerBenchmark.java  |  2 +-
 .../UpdateFollowerFetchStateBenchmark.java         |  1 -
 .../kafka/jmh/server/PartitionCreationBench.java   |  1 -
 26 files changed, 38 insertions(+), 123 deletions(-)

Reply via email to