-
Notifications
You must be signed in to change notification settings - Fork 691
Fix datarace in PDisk cached block device #13485
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
Comments
Jan 17 13:09:00 ydb-vla-dev03-002 kikimr[3165716]: ================== |
Uh oh!
There was an error while loading. Please reload this page.
When running Jepsen under TSan with node restarts, we caught something
Here the chunk was marked as committed
https://github.com/ydb-platform/ydb/blob/main/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl.cpp#L1581
Here we're checking without synchronization
https://github.com/ydb-platform/ydb/blob/main/ydb/core/blobstorage/pdisk/blobstorage_pdisk_blockdevice_async.cpp#L1375
The text was updated successfully, but these errors were encountered: