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

After the workload fails due to OverloadedException, c-s returns a misleading error message #33

Open
michoecho opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@michoecho
Copy link

Commit 0356275 added a special code path (with timeouts) for OverloadedException, but this path doesn't set any value for exceptionMessage. If all retries fail with OverloadedException then we exit the retry loop with success set to false but exceptionMessage set to null, which to later code means that validation failed (i.e. the result was incorrect) and cassandra-stress fails with Data returned was not validated, which is the error message for incorrect results.

The OverloadedException handler should be set exceptionMessage to some error text (e.g. "OverloadedException" or whatever) so that c-s fails with an accurate error message.

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

2 participants