We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cache_mode
We've seen 2 regtests failures:
https://github.com/dragonflydb/dragonfly/actions/runs/12229971008/job/34110555900 https://github.com/dragonflydb/dragonfly/actions/runs/12224081214/job/34096392568
This (very rarely) happens when cache_mode is enabled due to unprotected BumpUp()
BumpUp()
The text was updated successfully, but these errors were encountered:
fix: Protect BumpUp() from running in parallel to serialization
f4ad469
Fixes #4306
I wonder if it's related to this: #4303
Sorry, something went wrong.
@romange it shall not, they are not using serialization max chunk size and we did not have this issue with the db slice mutex
Successfully merging a pull request may close this issue.
We've seen 2 regtests failures:
https://github.com/dragonflydb/dragonfly/actions/runs/12229971008/job/34110555900
https://github.com/dragonflydb/dragonfly/actions/runs/12224081214/job/34096392568
This (very rarely) happens when
cache_mode
is enabled due to unprotectedBumpUp()
The text was updated successfully, but these errors were encountered: