mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
This commit is contained in:
@@ -2536,7 +2536,7 @@ public class DefaultMessageStore implements MessageStore {
|
||||
if (!isCommitLogAvailable) {
|
||||
currentReputTimestamp = System.currentTimeMillis();
|
||||
}
|
||||
for (boolean doNext = true; isCommitLogAvailable && doNext; ) {
|
||||
for (boolean doNext = true; isCommitLogAvailable() && doNext; ) {
|
||||
|
||||
SelectMappedBufferResult result = DefaultMessageStore.this.commitLog.getData(reputFromOffset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user