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

2020-07-26 Thread Manu Chadha
Thanks. Would I need to delete and restart the Kubernetes cluster for the configurations to apply? Sorry, new to K8S as well so not sure how to go about doing it. It seems I can edit the cass-oprator-manifests yaml but that is not the file which needs editing. When I edit the example-cassdc fil

Re: UDTs with LWT

2020-07-26 Thread Erick Ramirez
1. It has to be frozen because it's nested. 2. Can you provide an example query that shows what you're trying to achieve?

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