Files
scylladb/service
Botond Dénes a205752513 service/storage_service: describe_ring_for_table(): use topology to map hostid to ip
Do no use the internal host2ip() method. This relies on `_group0`, which
is only set on shard 0. Consequently, any call to this method, coming
from a shard other than shard 0, would crash ScyllaDB, as it
dereferences a nullptr.
2024-03-15 04:23:20 -04:00
..