table sync: use write quorums to report global success or failure of sync

This commit is contained in:
Alex Auvolat
2023-12-07 11:16:10 +01:00
parent 95eb13eb08
commit d90de365b3
6 changed files with 36 additions and 28 deletions
+1 -1
View File
@@ -40,5 +40,5 @@ pub struct SyncPartition {
pub partition: Partition,
pub first_hash: Hash,
pub last_hash: Hash,
pub storage_nodes: Vec<Uuid>,
pub storage_sets: Vec<Vec<Uuid>>,
}