layou: implement ack locking

This commit is contained in:
Alex Auvolat
2023-11-15 15:40:44 +01:00
parent 393c4d4515
commit 33c8a489b0
10 changed files with 157 additions and 47 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ impl BlockManager {
.rpc_helper()
.try_write_many_sets(
&self.endpoint,
&who,
who.as_ref(),
put_block_rpc,
RequestStrategy::with_priority(PRIO_NORMAL | PRIO_SECONDARY)
.with_quorum(self.replication.write_quorum()),