Skip to content
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

fix(zset): ignore cancelled op status in BZPopMinMax #2527

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

andydunstall
Copy link
Contributor

Been seeing a few cases of zset_family.cc:1344] Unexpected error 17, which looks like its CANCELLED

This ignores OpStatus::CANCELLED in BZPopMinMax, which matches what ListFamily::BPopGeneric does (looks like it can be cancelled if the socket has an error)

@andydunstall andydunstall merged commit 562aa15 into dragonflydb:main Feb 3, 2024
7 checks passed
romange pushed a commit that referenced this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants