-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unstable result of lz4 compression #12438
Comments
The problem is actually due to an instability of the detection of the |
pcanal
added a commit
to pcanal/root
that referenced
this issue
Mar 6, 2023
When reading back the "heap status" is determine by how the read-into object was allocated, so there is no need to record that information. When reading back, the kNotDeleted is always on, (and should always be on when writing :) ), so there is no need to record it. Recording '0' for both allow for (slightly) better compression. Fix root-project#12438
pcanal
added a commit
that referenced
this issue
Mar 8, 2023
When reading back the "heap status" is determine by how the read-into object was allocated, so there is no need to record that information. When reading back, the kNotDeleted is always on, (and should always be on when writing :) ), so there is no need to record it. Recording '0' for both allow for (slightly) better compression. Fix #12438
Hi @pcanal, It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise. Sincerely, |
omazapa
pushed a commit
to omazapa/root
that referenced
this issue
Apr 13, 2023
When reading back the "heap status" is determine by how the read-into object was allocated, so there is no need to record that information. When reading back, the kNotDeleted is always on, (and should always be on when writing :) ), so there is no need to record it. Recording '0' for both allow for (slightly) better compression. Fix root-project#12438
Open
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As seen in https://lcgapp-services.cern.ch/root-jenkins/job/root-nightly-master/3440/LABEL=ROOT-centos9,SPEC=noimt,V=master/testReport/junit/projectroot.roottest.root.io/filemerger/roottest_root_io_filemerger_simple_lz4_compr_level1 :
The text was updated successfully, but these errors were encountered: