Skip to content

Commit

Permalink
Update RaftPart.cpp (#4236)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
dbacyj and Sophie-Xie authored May 12, 2022
1 parent 358b87f commit 0eadcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kvstore/raftex/RaftPart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ void RaftPart::processSendSnapshotRequest(const cpp2::SendSnapshotRequest& req,
DCHECK_EQ(wal_->lastLogId(), 0);
status_ = Status::RUNNING;
VLOG(1) << idStr_ << "Receive all snapshot, committedLogId_ " << committedLogId_
<< ", committedLogTerm_ " << committedLogTerm_ << ", lastLodId " << lastLogId_
<< ", committedLogTerm_ " << committedLogTerm_ << ", lastLogId " << lastLogId_
<< ", lastLogTermId " << lastLogTerm_;
}
resp.error_code_ref() = nebula::cpp2::ErrorCode::SUCCEEDED;
Expand Down

0 comments on commit 0eadcdc

Please sign in to comment.