Re: Understanding gossip protocol in cassandra

2015-08-03 Thread selam
If i remember correctly; In real life gossip, you can not get the information before you give some. New machine sends it's own state to seed node, seed node replys this message with list of other nodes and their states (end of seed node role), then after a while (if i remember correctly gossip p

Understanding gossip protocol in cassandra

2015-08-03 Thread Thouraya TH
Hi all, Please, i try to undestand how gossip protocol is used in cassandra. I read this: “This is most critical the first time a node starts up. By default, a node remembers other nodes it has gossiped with between subsequent restarts. *The seed node designation has no purpose other than boo