Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gocql fails to refresh node IPs after the Cassandra cluster/node restart #4265

Closed
andrey-dubnik opened this issue May 2, 2023 · 1 comment
Assignees

Comments

@andrey-dubnik
Copy link

andrey-dubnik commented May 2, 2023

Expected Behavior

After the Cassandra cluster maintenance all/some nodes would get new IP addresses the expectation is for the client to re-connect seamlessly.

Actual Behavior

Due to a bug in the gocql new IP addresses of Cassandra are not getting refreshed by the gocql and after the cluster maintenance each temporal service with a dependency on gocql have to be restarted explicitly.

Please consider updating to the latest gocql (1.4.0+) which does have the issue resolved (hopefully) as per the cross-reference of the mentioned issue with gocql PRs.

Steps to Reproduce the Problem

Specifications

  • Version: (go.mod have v1.3.1)
  • Platform: x86
@mindaugasrukas
Copy link
Contributor

Thanks for reporting! Looking into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants