You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems likely to me that #1668 is another case of this happening. Note in that ticket we've conducted manual tests to reproduce the issue and bisected it to #1632. If they are indeed the same underlying cause, I'm skeptical that https://github.com/gocql/gocql/pull/1009/files is related as is suggested in a comment above.
What version of Cassandra are you using?
datastax 6.8.28
What version of Gocql are you using?
1.3.1
What version of Go are you using?
go1.19.2
What did you do?
cassandra is deployed and managed using k8ssandra-oprerator
certain pods of cassandra were replaced due to a kubernetes node-down event.
What did you expect to see?
gocql should gracefully handle changes in topology
What did you see instead?
when cassandra nodes (pods) are replaced, their IPs change, gocql client does not update hostinfo with new IPs
If you are having connectivity related issues please share the following additional information
Describe your Cassandra cluster
please provide the following information
nodetool status
all nodes are in
UN
stateSELECT peer, rpc_address FROM system.peers
gocql_debug
tag and post the outputThe text was updated successfully, but these errors were encountered: