kowshik opened a new pull request #9731: URL: https://github.com/apache/kafka/pull/9731
Couple small changes in this PR: - I've made a small cleanup. I've converted `Log.recordVersion` to be private, since, it is used only inside `Log` class. I've also changed one of the callsites to reuse the same method. - I've removed a redundant default parameter `fileAlreadyExists = false` in a call to `LogSegment.open`. **Tests:** Relying on existing unit & integration tests. ---------------------------------------------------------------- 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