Re: cluster rolling restart

2019-10-16 Thread Jérémy SEVELLEC
Hi, I would say that i agree with Jon, Jeff and Alain at the same time ;-) Basically you should be very comfortable to do it for conf, cassandra version or Os update but not because if you not do it your cluster starts suffering from performance issues or something like that. If so, you should

Re: cluster rolling restart

2019-10-16 Thread Jon Haddad
I agree with Jeff here. Ideally you should be so comfortable with rolling restarts that they become second nature. Cassandra is designed to handle them and you should not be afraid to do them regularly. On Wed, Oct 16, 2019, 8:06 AM Jeff Jirsa wrote: > > Personally I encourage you to rolling

Re: cluster rolling restart

2019-10-16 Thread Jeff Jirsa
Personally I encourage you to rolling restart from time to time, use it as an opportunity to upgrade kernels and JDKs and cassandra itself and just generally make sure things are healthy and working how you expect If you see latencies jump or timeouts when you’re bouncing, that’s a warning

Re: cluster rolling restart

2019-10-16 Thread Marco Gasparini
Great! Thank you very much Alain! Il giorno mer 16 ott 2019 alle ore 10:56 Alain RODRIGUEZ ha scritto: > Hello Marco, > > No this should not be a 'normal' / 'routine' thing in a Cassandra cluster. > I can imagine it being helpful in some cases or versions of Cassandra if > they are memory

Re: cluster rolling restart

2019-10-16 Thread Alain RODRIGUEZ
Hello Marco, No this should not be a 'normal' / 'routine' thing in a Cassandra cluster. I can imagine it being helpful in some cases or versions of Cassandra if they are memory issues/leaks or something like that, going wrong, but 'normally', you should not have to do that. Even more, when doing

cluster rolling restart

2019-10-16 Thread Marco Gasparini
hi all, I was wondering if it is recommended to perform a rolling restart of the cluster once in a while. Is it a good practice or necessary? how often? Thanks Marco