-
Notifications
You must be signed in to change notification settings - Fork 1k
In the case of a cache disk mistake read,the first read data is inconsistent #5981
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
Milestone
Comments
you can adjust the checksum mode |
we should change the default checksum level to extend |
No data errors have occurred since it was changed to extend |
It increases random read amplification and affects performance,is it necessary? @davies |
I think data integrity has higher priority |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What happened:
1、 mount juicefs
bin/mount.juicefs redis://redis.kube-system:6379/0 /jfs/pvc-64dab018-ed69-4f82-a1aa-52ff8c82a5fb-umvyyf -o enable-cap,writeback=false,cache-dir=/data/cache,cache-items=10,enable-xattr,max-readahead=100,subdir=pvc-64dab018-ed69-4f82-a1aa-52ff8c82a5fb
2、Simulate cache disk mistake read using chaosmesh
2、Data consistency check using vdbench
3、Data inconsistency occurred:
4、md5sum file,The data in the first read is inconsistent:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:juicefs version 1.3.0-dev+2025-04-14.196db13e
cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: