Files
scylladb/gms
Benny Halevy d666fbfe8f gossiper: run: no need to replicate live_endpoints
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>
2023-08-22 11:57:32 +03:00
..