You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/06 02:58:07 UTC

[GitHub] [rocketmq] MatrixHB commented on issue #4559: Is the operation here unnecessary?

MatrixHB commented on issue #4559:
URL: https://github.com/apache/rocketmq/issues/4559#issuecomment-1175723754

   `logicsMsgTimestamp` will persist to the checkpoint file. When doing `recoverAbnormally`, we will start to recover the last file and get the first message in the last file. If its storage timestamp is less than `min(logicsMsgTimestamp, phyMsgTimestamp)` in the checkpoint, it means that this file needs to be recovered.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org