Re: Is there a way to find out if a server is part of application connection string?

2023-06-07 Thread Miles Garnsey
Could you maybe do something with the output of lsof -nPi? It'll give you open network connections across the system. You could then filter them down using grep/awk for just those accessing Cassandra's CQL port (9042 by default). On Wed, Jun 7, 2023 at 10:10 AM Surbhi Gupta wrote: > Hi, > > We

Re: Seed List

2022-06-23 Thread Miles Garnsey
From my understanding, the main thing to be aware of is that Cassandra’s default SeedProvider doesn't resolve multiple A records, so you’re actually limited in terms of the load balancing/DNS configurations you can use. You can however write alternative seed providers which have different (perha

Re: Cassandra Management tools?

2022-03-01 Thread Miles Garnsey
A cheeky plug for the project I’m currently working on: k8ssandra-operator aims to automate a lot of everyday Cassandra maintenance tasks by orchestrating Cassandra on Kubernetes. We offer integration with the TLP projects Reaper (repair), Medusa