Piotr Smaron
dffb266b79
storage_service: fix shard-0 forwarding in REST helpers
...
get_ownership() and abort_topology_request() forward work to shard 0
via container().invoke_on(0, ...) but the lambda captured 'this' and
accessed members through it instead of through the shard-0 'ss'
parameter. This means the lambda used the caller-shard's instance,
defeating the purpose of the forwarding.
Use the 'ss' parameter consistently so the operations run against the
correct shard-0 state.
2026-04-22 10:30:33 +02:00
..
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-19 20:57:03 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-21 16:54:20 +02:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-03-10 10:46:48 +02:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-17 13:12:59 +03:00
2026-04-17 13:12:59 +03:00
2026-04-12 19:46:33 +03:00
2026-04-22 10:30:33 +02:00
2026-04-22 10:30:33 +02:00
2026-04-12 19:46:33 +03:00
2026-04-22 01:46:11 +02:00
2026-04-17 09:58:08 +02:00
2025-01-17 16:12:05 +08:00
2026-04-22 01:46:11 +02:00
2026-04-17 20:59:05 +03:00
2026-04-22 01:46:11 +02:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-17 09:58:07 +02:00
2026-04-17 09:58:07 +02:00
2026-04-12 19:46:33 +03:00
2026-04-22 01:46:11 +02:00
2026-04-12 19:46:33 +03:00