-
Notifications
You must be signed in to change notification settings - Fork 96
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
Truncated log message in the event #8291
Comments
cc @roydahan |
I don't think it's classified as tier1 issue. It's a cosmetic issue We can change to show two first lines (and not 100 characters or something like that, that is now) Even that can really help when you have dozens of lines in stderr of the stress command. And one would need to open the stress log to analyze the issue |
This is the place to fix this one: scylla-cluster-tests/sdcm/stress/base.py Line 154 in 23ccb24
|
…00 characters Fixes scylladb#8291
SCT truncates the log messages, so the full message is not visible in the events.
Job example: https://argus.scylladb.com/test/4051b1c9-c265-4cdb-bf19-e24748ed3302/runs?additionalRuns[]=fdaae0bd-f82c-4726-a498-7edbd36aa7ef
Actual event message:
But the full message from the cassandra-stress log is actualy reports the root cause of the problem: #16317 :
so, we should print the full message instead of truncating it to speed up Agrus investigations
The text was updated successfully, but these errors were encountered: