junrao commented on code in PR #20121: URL: https://github.com/apache/kafka/pull/20121#discussion_r2201285845
########## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ########## @@ -64,6 +64,16 @@ class LogRecoveryTest extends QuorumTestHarness { def hwFile2 = new OffsetCheckpointFile(new File(configProps2.logDirs.get(0), ReplicaManager.HighWatermarkFilename), null) var servers = Seq.empty[KafkaBroker] + // This test simulates broker failures that can leave the only available replica out of the Review Comment: This test => `testHWCheckpointWithFailuresMultipleLogSegments` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org