RamanVerma commented on a change in pull request #9364: URL: https://github.com/apache/kafka/pull/9364#discussion_r499724455
########## File path: core/src/test/scala/unit/kafka/log/LogTest.scala ########## @@ -2882,11 +2953,8 @@ class LogTest { records.foreach(segment.append _) segment.close() - // Create clean shutdown file so that we do not split during the load - createCleanShutdownFile() - val logConfig = LogTest.createLogConfig(indexIntervalBytes = 1, fileDeleteDelayMs = 1000) - val log = createLog(logDir, logConfig, recoveryPoint = Long.MaxValue) + val log = createLog(logDir, logConfig, recoveryPoint = Long.MaxValue, lastShutdownClean = true) Review comment: Removed ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org