Skip to content

Commit

Permalink
Update cluster/src/main/java/org/apache/iotdb/cluster/log/manage/seri…
Browse files Browse the repository at this point in the history
…alizable/SyncLogDequeSerializer.java
  • Loading branch information
neuyilan committed Oct 11, 2021
1 parent 9257baf commit 9449a6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -252,7 +252,7 @@ public List<Log> getAllEntriesAfterAppliedIndex() {
public List<Log> getAllEntriesAfterCommittedIndex() {
long lastIndex = firstLogIndex + logIndexOffsetList.size() - 1;
logger.debug(
"getAllEntriesBeforeAppliedIndex, firstUnCommitIndex={}, lastIndexBeforeStart={}",
"getAllEntriesAfterCommittedIndex, firstUnCommitIndex={}, lastIndexBeforeStart={}",
meta.getCommitLogIndex() + 1,
lastIndex);
if (meta.getCommitLogIndex() >= lastIndex) {
Expand Down

0 comments on commit 9449a6b

Please sign in to comment.