Re: Question: Gossip Protocol

2015-09-14 Thread Robert Coli
On Mon, Sep 14, 2015 at 6:26 AM, Thouraya TH wrote: > Please, i ask if it is possible to change this periode, to three seconds ? > It's an unusual question to ask; in return I must ask "why do you want to change the gossip period?" The answer is "yes, if you are willing to recompile" : cassand

Re: Question: Gossip Protocol

2015-09-14 Thread Nate McCall
It is hard coded in Gossiper: https://github.com/apache/cassandra/blob/cassandra-2.1/src/java/org/apache/cassandra/gms/Gossiper.java#L83 What requirement are you trying to address by increasing this value? On Mon, Sep 14, 2015 at 8:26 AM, Thouraya TH wrote: > I find this information : > > The

Re: Question: Gossip Protocol

2015-09-14 Thread Thouraya TH
I find this information : The gossip process runs every second and exchanges state messages with up to three other nodes in the cluster. here http://docs.datastax.com/en/cassandra/2.0/cassandra/architecture/architectureGossipAbout_c.html Please, i ask if it is possible to change this periode,