Files
scylladb/service
Raphael S. Carvalho c7e02a1077 storage_service: Enforce tablet streaming runs on shard 0
SIGSEGV was caught during tablet streaming, and the reason was
that storage_service::_group0 (via set_group0()) is only set on
shard 0, therefore when streaming ran on any other shard,
it tried to dereference garbage, which resulted in the crash.

Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>

Closes #15307
2023-09-08 20:45:13 +03:00
..
2023-06-06 13:29:16 +03:00