RE: How to specify a configuration in cass-operator for Cassandra.yaml

2020-07-27 Thread Manu Chadha
Windows 10 From: Erick Ramirez<mailto:erick.rami...@datastax.com> Sent: 27 July 2020 12:51 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: How to specify a configuration in cass-operator for Cassandra.yaml Is it possible you don't have the k8s cluster

Re: How to specify a configuration in cass-operator for Cassandra.yaml

2020-07-27 Thread Erick Ramirez
Is it possible you don't have the k8s cluster running? To answer your question, you can edit your k8s cluster configuration with the new settings and the cass-operator will apply the changes then it will perform a rolling restart of the pods for the changes to take effect. Cheers! >

RE: How to specify a configuration in cass-operator for Cassandra.yaml

2020-07-26 Thread Manu Chadha
system is running (if possible). thanks Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Erick Ramirez<mailto:erick.rami...@datastax.com> Sent: 27 July 2020 03:00 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: How t

Re: How to specify a configuration in cass-operator for Cassandra.yaml

2020-07-26 Thread Erick Ramirez
Yes, you're right -- you need to override the defaults by specifying the configuration in the operator yaml spec: spec: ... config: cassandra-yaml: ... commitlog_sync: batch ... Cheers! On Mon, 27 Jul 2020 at 03:08, Manu Chadha wrote: > Hi > > > > I am using cass

How to specify a configuration in cass-operator for Cassandra.yaml

2020-07-26 Thread Manu Chadha
Hi I am using cass-operator to run Cassandra in Kubernetes. I am also using ScalarDB to provide ACID support in Cassandra. One pre-requisite for ScalarDB is to change the commitlog_sync to batch. “Change commitlog_sync from periodic to batch in cassandra.yaml not to lose data when quorum of re