Re: Enabling SSL on a live cluster

2021-11-09 Thread Tolbert, Andy
Hi Shaurya, On Tue, Nov 9, 2021 at 11:57 PM Shaurya Gupta wrote: > Hi, > > We want to enable node-to-node SSL on a live cluster. Could it be done > without any down time ? > Yup, this is definitely doable for both internode and client connections. You will have to bounce your cassandra nodes, b

Enabling SSL on a live cluster

2021-11-09 Thread Shaurya Gupta
Hi, We want to enable node-to-node SSL on a live cluster. Could it be done without any down time ? Would the nodes which have been restarted be able to communicate with the nodes which have not yet come up and vice versa ? Regards -- Shaurya Gupta

Re: How does a node decide where each of its vnodes will be replicated to?

2021-11-09 Thread Bowen Song
Just need to correct one thing: the num_tokens default /*WAS*/ 256. The new default is 16 in Cassandra 4. On 09/11/2021 07:17, manish khandelwal wrote: Just to add on to your response: