Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
93891: Update etcd/raft link in life of a query r=pavelkalinnikov a=pavelkalinnikov

Epic: none

Co-authored-by: Pavel Kalinnikov <[email protected]>
  • Loading branch information
craig[bot] and pav-kv committed Dec 19, 2022
2 parents 1b1c848 + fc0ec55 commit 264db80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tech-notes/life_of_a_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ which inserts it into the
where it eventually ends up being [proposed to `raftGroup`](https://github.com/cockroachdb/cockroach/blob/8de3463817826d431bf0c6433ad3eb81bf06c9b3/pkg/kv/kvserver/replica_proposal_buf.go#L692).

This `raftGroup` is a handle for the Raft consensus cluster, implemented by the
[Etcd Raft library](https://github.com/coreos/etcd/tree/master/raft). We treat
[Etcd Raft library](https://github.com/etcd-io/etcd/). We treat
this as a black box that we submit command proposals to, and it deals with
running them through Raft consensus, committing them to the replicated command
log, and applying them onto every replica.
Expand Down

0 comments on commit 264db80

Please sign in to comment.