Andreas Andersen

Results 3 comments of Andreas Andersen

We're also hitting this in our production environment when doing rolling restarts of our cassandra cluster. This causes all nodes to get new IP addresses which gocql do not detect....

I think that this broke at 64cda7bcf8de3792b216753f4883105865b0fa56. If I revert to the commit before that (ae365fa) the restarted cassandra node is detected with its new IP: ``` 2022/11/11 11:37:02 gocql:...

Hello! I've made a PR which should hopefully fix this :)