-
Notifications
You must be signed in to change notification settings - Fork 27
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
scylla_coredump_setup should be called with --compress to enable zstd compression of the core dumps #462
Comments
Example for benefit (not only faster, but takes far less space) - see scylladb/scylla-cluster-tests#7234 (comment) |
…etected We disabled coredump compression by default because it was too slow, but recent versions of systemd-coredump supports faster zstd based compression, so let's enable compression by default when zstd support detected. Related scylladb/scylla-machine-image#462
Sent patch to enable compress by default when ZSTD detected: Implemented it on scylla_coredump_setup not machine-image script, since this looks like generic issue not just machine-image. |
if we have coredumps compressed with zstd, we should compress them again also we should write the proper tool in the download instructions Ref: scylladb/scylla-machine-image#462 Ref: scylladb/scylladb#18854
if we have coredumps compressed with zstd, we shouldn't compress them again also we should write the proper tool in the download instructions Ref: scylladb/scylla-machine-image#462 Ref: scylladb/scylladb#18854
if we have coredumps compressed with zstd, we shouldn't compress them again also we should write the proper tool in the download instructions Ref: scylladb/scylla-machine-image#462 Ref: scylladb/scylladb#18854
if we have coredumps compressed with zstd, we shouldn't compress them again also we should write the proper tool in the download instructions Ref: scylladb/scylla-machine-image#462 Ref: scylladb/scylladb#18854 (cherry picked from commit 20587f4)
if we have coredumps compressed with zstd, we shouldn't compress them again also we should write the proper tool in the download instructions Ref: scylladb/scylla-machine-image#462 Ref: scylladb/scylladb#18854 (cherry picked from commit 20587f4)
…etected We disabled coredump compression by default because it was too slow, but recent versions of systemd-coredump supports faster zstd based compression, so let's enable compression by default when zstd support detected. Related scylladb/scylla-machine-image#462 Closes #18854
@syuu1228 Can this be closed? i saw that the PR was promoted |
and this is breaking artifacts jobs |
@yaronkaikov - please revert. |
I can't revert, it's in Scylla core scylladb/scylladb#18854 |
And he just sent it scylladb/scylladb#19648 |
Closing, since the patch is merged scylladb/scylladb@cbf33ab |
Need to verify, but if Ubuntu 22.2 LTS systemd is compiled with zstd as default compression, we must configure the coredump to be compressed.
This will reduce significantly the time it takes to write the coredump, to transfer it, etc.
Example:
I had an ever more drastic example of 111GB compressed by 90% reduction of size.
The text was updated successfully, but these errors were encountered: