Skip to content
Snippets Groups Projects
Commit bf31cae6 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon: Committed by Georgy Moshkin
Browse files

chore: revise Peer::commit_index doc comment

parent 0c68c2a5
No related branches found
No related tags found
No related merge requests found
Pipeline #9165 passed
......@@ -154,7 +154,8 @@ pub struct Peer {
pub replicaset_id: String,
pub replicaset_uuid: String,
/// Index in the raft log. `0` means it's not committed yet.
/// Index of the most recent raft log entry that persisted this peer.
/// `0` means it's not committed yet.
pub commit_index: u64,
/// The state of this instance's activity.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment