ccding commented on a change in pull request #11345: URL: https://github.com/apache/kafka/pull/11345#discussion_r759692077
########## File path: core/src/test/scala/unit/kafka/log/UnifiedLogTest.scala ########## @@ -1630,6 +1630,20 @@ class UnifiedLogTest { assertThrows(classOf[OffsetOutOfRangeException], () => LogTestUtils.readLog(log, 1026, 1000)) } + @Test + def testFlushingEmptyActiveSegments(): Unit = { Review comment: Done with other comments. Will work on this one next week. -- 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