cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.04k stars 3.79k forks source link

kvserver: write life of a proposal doc #88225

Open tbg opened 2 years ago

tbg commented 2 years ago

We have the life of a query doc:

https://github.com/cockroachdb/cockroach/blob/master/docs/tech-notes/life_of_a_query.md#write-request-path

With the replication team being relatively young, we should write a similar doc to cover more of the code related to replication (or more generally command execution). It should start when a KV write request arrives at the server.

cc @pavelkalinnikov

Jira issue: CRDB-19734

Epic CRDB-39898

blathers-crl[bot] commented 2 years ago

cc @cockroachdb/replication