Adding an IPv6-only server to a dual-stack cluster

2022-11-09 Thread Lapo Luchini
I have a (3.11) cluster running on IPv4 addresses on a set of dual-stack servers; I'd like to add a new IPv6-only server to the cluster… is it possible to have the dual-stack ones answer on IPv6 addresses as well (while keeping the single IPv4 address as broadcast_address, I guess)? This sente

Re: Query drivertimeout PT2S

2022-11-09 Thread Cédrick Lunven
Hi, DataStax Cassandra 4.14 is actually the driver's version. Almost the latest https://mvnrepository.com/artifact/com.datastax.oss/java-driver-core It would be useful to know which version of Cassandra you are using, even if, it would be surprised it is actually the cause of your error. As it h

Re: Unable to gossip with peers when starting cluster

2022-11-09 Thread Jeff Jirsa
When you say you configured them to talk to .0.31 as a seed, did you do that by changing the yaml? Was 0.9 ever a seed before? I expect if you start 0.7 and 0.9 at the same time, it all works. This looks like a logic/state bug that needs to be fixed, though. (If you're going to upgrade, usually

RE: Query drivertimeout PT2S

2022-11-09 Thread Durity, Sean R via user
>From the subject, this looks like a client-side timeout (thrown by the >driver). I have seen situations where the client/driver timeout of 2 seconds >is a shorter timeout than on the server side (10 seconds). So, the server >doesn’t really note any problem. Unless this is a very remote client a