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

Problem with CRC check in Cassandra-driver #583

Open
azarnovdaniil opened this issue May 22, 2023 · 2 comments · May be fixed by #588
Open

Problem with CRC check in Cassandra-driver #583

azarnovdaniil opened this issue May 22, 2023 · 2 comments · May be fixed by #588
Assignees
Labels
blocked Issues in the state 'blocked' bug Something isn't working

Comments

@azarnovdaniil
Copy link
Contributor

azarnovdaniil commented May 22, 2023

Project board link

During backup, we met the next problem on some nodes:

[2023-05-21 05:45:46,456] ERROR [backup_node.py:206]: Issue occurred inside handle_backup Name: 202305210536 Error: ('Unable to connect to any servers', {'10.20.30.184:9042': ConnectionShutdown('CRC mismatch on header 85dbe7. Received 40000", computed 86fbb.')})
[2023-05-21 05:45:46,456] ERROR [utils.py:37]: Error occurred during backup: ('Unable to connect to any servers', {'10.20.30.184:9042': ConnectionShutdown('CRC mismatch on header 85dbe7. Received 40000", computed 86fbb.')})

https://datastax-oss.atlassian.net/browse/PYTHON-1337

After investigation, I have the next proposal:

  1. Bump Cassandra-driver to the latest version;
  2. Add configuring for contact points.

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MED-29

@adejanovski adejanovski added the new Issues requiring triage label May 22, 2023
@adejanovski adejanovski moved this to To Groom in K8ssandra Jun 5, 2023
@azarnovdaniil
Copy link
Contributor Author

I fixed using of contact points in my PR: #588

@adejanovski
Copy link
Contributor

@rzvoncek, when you have some time, could you take a look at this ticket and the corresponding PR?

@rzvoncek rzvoncek added bug Something isn't working ready Issues in the state 'ready' and removed new Issues requiring triage to-groom labels Apr 3, 2024
@adejanovski adejanovski moved this to Ready in K8ssandra Apr 3, 2024
@rzvoncek rzvoncek moved this from Ready to Ready For Review in K8ssandra Apr 3, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' and removed ready Issues in the state 'ready' labels Apr 3, 2024
@rzvoncek rzvoncek linked a pull request Apr 8, 2024 that will close this issue
@rzvoncek rzvoncek self-assigned this Apr 8, 2024
@rzvoncek rzvoncek removed the to-groom label Apr 8, 2024
@adejanovski adejanovski moved this from Ready For Review to Blocked/Stale in K8ssandra Apr 19, 2024
@adejanovski adejanovski added blocked Issues in the state 'blocked' and removed ready-for-review Issues in the state 'ready-for-review' labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issues in the state 'blocked' bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants