mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
We connect the group 0 raft server rpc implementation to the new direct failure detector service, so that when servers are added or removed from the the group 0 configuration, corresponding endpoints are added to the direct failure detector service. Thus the set of detected endpoints will be equal to the group 0 configuration. This causes the failure detector service to start pinging endpoints, but no listeners are registered yet. The following commit changes that.