-
Notifications
You must be signed in to change notification settings - Fork 56
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
run_snafu does not protect against bad JSON data in certain failures #372
Comments
I have a bit more informatoin on this. It appears that it was triggered when the backend mssql database failed. I copied strace into the workload pod and found this:
I can't find the resulting JSON in the strace log. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running hammerdb-mssql on kata, we've seen occasional errors indicating parse failure on JSON output. The pod then errors out and there's no way to capture the bad JSON.
IMO it should catch the exception and print a more useful diagnostic, perhaps the bad JSON data.
The text was updated successfully, but these errors were encountered: