horizonzy opened a new pull request, #3847: URL: https://github.com/apache/bookkeeper/pull/3847
Descriptions of the changes in this PR: The batch requests logFile is the same one, and the last request happens to be rolloverFileRequest, it may force write logFile twice. The first force write: https://github.com/apache/bookkeeper/blob/57031323166bd55004aaf50e3f46611dbb7eacf7/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java#L535 The second force write: https://github.com/apache/bookkeeper/blob/57031323166bd55004aaf50e3f46611dbb7eacf7/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java#L390 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
