mxsm opened a new issue, #5455: URL: https://github.com/apache/rocketmq/issues/5455
When load CommitLog, CommitLog#load  The mappedFileQueue will execute checkSelf method, but this method return void.  if execute `if (cur.getFileFromOffset() - pre.getFileFromOffset() != this.mappedFileSize)` condition, only print error log. Instead of break check and return false. **Is there a problem with this logic?** -- 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]
