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(server): Fix a bug with brpoplpush #677

Merged
merged 1 commit into from
Jan 14, 2023
Merged

fix(server): Fix a bug with brpoplpush #677

merged 1 commit into from
Jan 14, 2023

Conversation

romange
Copy link
Collaborator

@romange romange commented Jan 14, 2023

The bug is when an expired transaction stays in the watched queue.

Now we remove the transaction from the watched queues in a consistent manner based on the keys it was assigned to watch.

Signed-off-by: Roman Gershman roman@dragonflydb.io

…ueue.

Now we remove the transaction from the watched queues in a consistent manner based on the
keys it was assigned to watch.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@romange romange merged commit 613e3b8 into main Jan 14, 2023
@romange romange deleted the FixBrpoplpushBug branch January 14, 2023 18:18
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.

1 participant