You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.javaWe 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.
The text was updated successfully, but these errors were encountered: