isopov commented on issue #1884: URL: https://github.com/apache/cassandra-gocql-driver/issues/1884#issuecomment-2829706478
>Can you please checkout fixed version and see if you have this issue there. I used the version from your PR ``` replace github.com/gocql/gocql => github.com/go-auxiliaries/gocql v0.0.0-20250424171856-e62d4d23dc59 ``` Behavior is the same. Depending on what cassandra node I shutdown there may be zero errors during its shutdown. But when it comes back online session breaks and I receive only "no hosts available in the pool" errors after its join. Here is another perspective on this problems. Code is the same. However when it starts reading from cassandra I add another node to the ring. I do it with ``` helm upgrade --namespace cassandra cassandra bitnami/cassandra --set "replicaCount=7" ``` Somewhere near final stages of new node joining the ring session breaks and starts returning "no hosts available in the pool" for all queries. So the problem is not in the host going down, but in the host going up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org