Skip to content

Commit

Permalink
Merge branch 'master' into fix-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Oct 20, 2021
2 parents 6ed8fee + 50b1760 commit 803fe53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kvstore/raftex/RaftPart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1865,9 +1865,9 @@ bool RaftPart::checkAppendLogResult(AppendLogResult res) {
cachingPromise_.setValue(res);
cachingPromise_.reset();
bufferOverFlow_ = false;
sendingPromise_.setValue(res);
replicatingLogs_ = false;
}
sendingPromise_.setValue(res);
replicatingLogs_ = false;
return false;
}
return true;
Expand Down

0 comments on commit 803fe53

Please sign in to comment.