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

Do not return AllNodesFailedException error to the client #882

Closed
sync-by-unito bot opened this issue Feb 15, 2024 · 0 comments
Closed

Do not return AllNodesFailedException error to the client #882

sync-by-unito bot opened this issue Feb 15, 2024 · 0 comments
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Feb 15, 2024

The AllNodesFailedException is a wrapper in the driver for other others see https://github.com/apache/cassandra-java-driver/blob/4.x/core/src/main/java/com/datastax/oss/driver/api/core/AllNodesFailedException.java

We should try to understand what actual errors are being thrown in prod via splunk.

The code should return the underling error, and we should consider if there are changes to retry policy we should make because this error says “Thrown when a query failed on all the coordinators it was tried on.”

Changes to the retry policy could include changing the way the connection pool is being managed.

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

No branches or pull requests

1 participant