mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 06:53:12 +00:00
Currently, we call find_keyspace and then get_effective_replication_map on the _same_ keyspace to get_natural_endpoints for multiple tokens. Get the effective_replication_map once in these cases and use it for each token. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>