Cassandra seed nodes and clients connecting to nodes

前端 未结 3 1605
無奈伤痛
無奈伤痛 2021-01-30 05:45

I\'m a little confused about Cassandra seed nodes and how clients are meant to connect to the cluster. I can\'t seem to find this bit of information in the documentation.

<
3条回答
  •  情深已故
    2021-01-30 06:12

    Your answer is right. The only thing I would add is that it's recommended to use the same seed list (i.e. in your cassandra.yaml) across the cluster, as a "best practices" sort of thing. Helps gossip traffic propagate in nice, regular rates, since seeds are treated (very minimally) differently by the gossip code (see https://cwiki.apache.org/confluence/display/CASSANDRA2/ArchitectureGossip).

提交回复
热议问题