hachikuji commented on a change in pull request #8812: URL: https://github.com/apache/kafka/pull/8812#discussion_r436187201
########## File path: core/src/main/scala/kafka/log/Log.scala ########## @@ -826,8 +832,16 @@ class Log(@volatile private var _dir: File, preallocate = config.preallocate)) } - recoveryPoint = activeSegment.readNextOffset Review comment: Got it. So we may still be able to reopen an unflushed segment. That makes sense. ---------------------------------------------------------------- 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