Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread Aaron Ploetz
When I was at Target, we had a lot of success with Rundeck. It was a quick way to push out changes to hundreds of clusters. https://www.rundeck.com/open-source On Mon, Oct 18, 2021 at 12:19 PM Yakir Gibraltar wrote: > We manage via Puppet: https://github.com/voxpupuli/puppet-cassandra > > On

Related to Cassandra Client connecting to Cassandra cluster deployed in k8s

2021-10-18 Thread Deepak Sharma
Hi There, I need some suggestions in terms of connecting to the Cassandra cluster which is deployed on the Kubernetes cluster via the datastax client library. The idea is to expose Kubernetes Service object for the Cassandra cluster which can be leveraged by a client which is using the datastax

Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread Yakir Gibraltar
We manage via Puppet: https://github.com/voxpupuli/puppet-cassandra On Mon, Oct 18, 2021 at 7:19 PM Elliott Sims wrote: > Ansible here as well with a similar setup. A play at the end of the > playbook that waits until all nodes in the cluster are "UN" before moving > on to the next node to

Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread Elliott Sims
Ansible here as well with a similar setup. A play at the end of the playbook that waits until all nodes in the cluster are "UN" before moving on to the next node to change. On Mon, Oct 18, 2021 at 10:01 AM vytenis silgalis wrote: > Yep, also use Ansible with configs living in git here. > > On

Re: update cassandra.yaml file on number of cluster nodes

2021-10-18 Thread vytenis silgalis
Yep, also use Ansible with configs living in git here. On Fri, Oct 15, 2021 at 5:19 PM Bowen Song wrote: > We have Cassandra on bare-metal servers, and we manage our servers via > Ansible. In this use case, we create an Ansible playbook to update the > servers one by one, change the

Re: Schema collision results in multiple data directories per table

2021-10-18 Thread Erick Ramirez
> > Erick, one last question: Is there a quick and easy way to extract the > date from a time UUID? > Yeah, just use any online converters on the web. Cheers!

Re: Schema collision results in multiple data directories per table

2021-10-18 Thread Tom Offermann
> > Any possibility that you "merged" two clusters together? Ooohh...I think that's the missing piece of this puzzle! A couple weeks earlier, prior to the problem described in this thread, we did inadvertently merge two clusters together. We merged the original 'dc1' cluster with an entirely