Merge #32954
32954: storage: add interfaces for copysets r=tbg a=mvijaykarthik Copysets significantly reduce the probability of data loss in the presence of multi node failures. The RFC for copysets is presented in https://github.com/cockroachdb/cockroach/pull/32816. This commit adds interfaces and protos for copysets. The implementation added later will have two independent tracks: 1. Assignment and persistance of store_id-copyset_id mapping. 2. Rebalancer changes to rebalance replicas into copysets. Release note: None Co-authored-by:Vijay Karthik <[email protected]>
Showing
This diff was suppressed by a .gitattributes entry.
pkg/storage/copysets/doc.go
0 → 100644
Please register or sign in to comment