mq checkpoint文件

记录comitlog,consumeQueue,Index文件的刷盘时间点,文件固定长度4k,其中只用该文件的24个字节,其存储格式:

8字节physicMsgtimestamp+8字节logicsMsgTimestamp+8字节indexMsgTimestamp

physicMsgtimestamp:commitlog文件刷盘点

logicsMsgTimestamp:消息消费队列文件刷盘时间点

indexMsgTimestamp:索引文件刷盘时间点

posted @ 2020-01-26 23:01  l2c  阅读(177)  评论(0)    收藏  举报