Re: Getting error: "no connections were made when creating the session"

2021-05-06 Thread Kane Wilson
On Fri, May 7, 2021 at 1:00 PM MyWorld wrote: > Thanks Kane. But go client connection settings contain only the public > address of a single live node. Other nodes were already removed from the > connection string. Moreover, we get the server reboot in order to clear any > cache. Still the error

Re: Getting error: "no connections were made when creating the session"

2021-05-06 Thread MyWorld
Thanks Kane. But go client connection settings contain only the public address of a single live node. Other nodes were already removed from the connection string. Moreover, we get the server reboot in order to clear any cache. Still the error was the same : "no connections were made when creating

Re: Getting error: "no connections were made when creating the session"

2021-05-06 Thread Kane Wilson
Neither of those changes should have had any effect on client connections, as they only relate to internode communication. Your go client should have specified the public ip addresses as per the broadcast RPC address, and would need to be specifying the live node as the connection point to work. I

Re: Memory requirements for Cassandra reaper

2021-05-06 Thread Surbhi Gupta
Thanks a lot. On Tue, 4 May 2021 at 19:51, Erick Ramirez wrote: > 2GB is allocated to the Reaper JVM on startup (see > https://github.com/thelastpickle/cassandra-reaper/blob/2.2.4/src/packaging/bin/cassandra-reaper#L90-L91 > ). > > If you just want to test it out on a machine with only 8GB, you

Re: Unsubscribe

2021-05-06 Thread Bowen Song
It's user-unsubscr...@cassandra.apache.org not .com On 06/05/2021 17:13, vishal kharjul wrote: Hello, I need help with how to unsubscribe this mailing list. I tried sending email to user-unsubscr...@cassandra.apache.com and it didn't work.

Unsubscribe

2021-05-06 Thread vishal kharjul
Hello, I need help with how to unsubscribe this mailing list. I tried sending email to user-unsubscr...@cassandra.apache.com and it didn't work. Please advise. Thanks and Regards, Vishal

Getting error: "no connections were made when creating the session"

2021-05-06 Thread MyWorld
Hi All, We had a set up of 3 node single DC cluster on Google cloud with RF=3 for development purposes. Service Team hosted in Dallas servers was able to connect from php as well as golang code properly. Initially we have set up the following settings in cassandra.yaml: Listen address: Broadcast

Re: V3.11.10 Docker uses Java 1.8-282, why not Java 3.11

2021-05-06 Thread Tobias Eriksson
Thanx all for the feeback -Tobias From: Erick Ramirez Reply to: "user@cassandra.apache.org" Date: Monday, 3 May 2021 at 11:16 To: "user@cassandra.apache.org" Subject: Re: V3.11.10 Docker uses Java 1.8-282, why not Java 3.11 There are lots of vendors who will continue to support Java 8 given

Re: How to make Cassandra flush CommitLog files more frequently?

2021-05-06 Thread Kane Wilson
> > Actually, the design and initiation of our service is based on the fact > that the CDC feature in Cassandra is used for streaming data changes in > Cassandra with low latency. If this is not the case, may I understand > what's the purpose and the intended use case for the CDC feature in >