Sequencing
Open
- Dominant language
- C++
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
1. Every storage servers including both primary and backups send their local cut (flushed) to the sequencer
2. Sequencer collects all local_cuts from replicas
3. Sequencer creates global_cut min_cut(local cuts of a shard from all replicas in the shard)
4. Storage servers give orders to written messages
Contributor guide
Assessment
This issue has not been assessed yet.