mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
Currently, `get_network_topology_options()` is using gossip data and iterates over topology using IPs and not host IDs, which may result in operating on inconsistent data. This method's implemenations has been changed to instead use `get_datacenters()`, which should always return consistent data. Fixes: scylladb/scylladb#21490 Closes scylladb/scylladb#21940