Question-50: Which of the following is a valid statement with regards to Gossip protocol, in Cassandra database setup?
- You should setup every node as a seed node for better performance in the cluster and each node well aware about each other in ring.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: B, D
Exp: You should use the same list of seed nodes for all the nodes in the cluster. Setting the same seed nodes on all nodes is important when first time node startups. By default, a node remembers other nodes is has gossiped with between subsequent restarts. The seed node designation has no purpose other than bootstrapping the gossip process for new nodes joining the cluster. However, please note that seed nodes are not a single point of failure.
You can access to full explanation to question and answer from this page.