Question-137: Seed node is the same as coordinator node?
- True
- 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
Exp : In Cassandra cluster Seed node and Coordinator nodes are different things. Let’s learn about
- Coordinator node : When you request read/write in the Cassandra cluster. The node you contacted become the coordinator node. It does not matter whether it has the data you requested or not. Because it is responsible for the read and write request. If node does not have data which you requested it get it from the node which has and then delivered. So any node in Cassandra cluster you connect become a coordinator node for that particular request.
-
You can access to full explanation to question and answer from this page.