hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.66k stars 443 forks source link

Will the memeberlist includes all the live nodes in a given cluster? #205

Open chaitanya9186 opened 4 years ago

hanshasselberg commented 4 years ago

Yes, each node in memberlist knows about every other node in the cluster.

sandyydk commented 3 years ago

I don't think we can list all members() inside a Join() or Leave() delegate event. It results in a deadlock.