DefaultMessageStore.start方法maxPhysicalPosInLogicQueue变量赋值的问题 #8303
Unanswered
zhaomengit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
经过下面这段代码,maxPhysicalPosInLogicQueue 已经至少比commitLog.getMinOffset()大了
下面的这个条件
if (maxPhysicalPosInLogicQueue < this.commitLog.getMinOffset())
在什么情况下会发生,下面的注释没怎么看明白,为什么删除所有消费队列文件和磁盘损坏会发生这种情况Beta Was this translation helpful? Give feedback.
All reactions