On Mon, Sep 14, 2015 at 6:26 AM, Thouraya TH <thouray...@gmail.com> 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" : cassandra/src/java/org/apache/cassandra/gms/Gossiper.java " public final static int intervalInMillis = 1000; " Change this to 3000. =Rob