-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Improve error reporting in the API #1249
Comments
I looked into this - the query object only contains the string and not the failure. It seems that Cassandra logs might have the failure. I'll put out a diff to log the query |
string would be enough if it actually contained the error. We're currently swallowing the error message somewhere. |
The error message from C* is "Operation failed - received 0 responses and 1 failures" |
Interesting. We should at least wrap it with |
The message says "and 1 failure" but does not specify what it was.
The text was updated successfully, but these errors were encountered: