mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
As asias@scylladb.com noticed, after the previous patch that calls replicate_live_endpoints_on_change in mutate_live_and_unreachable_endpoints, _live_endpoints are always updated on all shards when they change, so there's no need anymore to replicate them here. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>