Files
scylladb/service
Benny Halevy c10a439f6c storage_service: optimize get_effective_replication_map multi-usage
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>
2021-10-13 13:53:18 +03:00
..