layout: refactoring and fix in layout helper

This commit is contained in:
Alex Auvolat
2023-12-11 16:09:22 +01:00
parent adccce1145
commit 0041b013a4
7 changed files with 38 additions and 33 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ impl TableReplication for TableShardedReplication {
fn sync_partitions(&self) -> SyncPartitions {
let layout = self.system.cluster_layout();
let layout_version = layout.all_ack();
let layout_version = layout.ack_map_min();
let mut partitions = layout
.current()