diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-14 15:40:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-14 15:40:46 +0100 |
commit | 90e1619b1e9f5d81e59da371f04717f0c4fe5afc (patch) | |
tree | 914435938c6134bb959baaa4ffbd4f575730e9c0 /src/block/resync.rs | |
parent | 3b361d2959e3d577bdae6f8a5ccb0c9d5526b7ea (diff) | |
download | garage-90e1619b1e9f5d81e59da371f04717f0c4fe5afc.tar.gz garage-90e1619b1e9f5d81e59da371f04717f0c4fe5afc.zip |
table: take into account multiple write sets in inserts
Diffstat (limited to 'src/block/resync.rs')
-rw-r--r-- | src/block/resync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/resync.rs b/src/block/resync.rs index 122d0142..15f210e4 100644 --- a/src/block/resync.rs +++ b/src/block/resync.rs @@ -434,7 +434,7 @@ impl BlockResyncManager { .rpc_helper() .try_call_many( &manager.endpoint, - &need_nodes[..], + &need_nodes, put_block_message, RequestStrategy::with_priority(PRIO_BACKGROUND) .with_quorum(need_nodes.len()), |