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: do not crash with inconsistent watch queue #2515

Merged
merged 1 commit into from
Feb 1, 2024
Merged

fix: do not crash with inconsistent watch queue #2515

merged 1 commit into from
Feb 1, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Feb 1, 2024

Output more info about the state of things.
Skip the non existent key and continue the execution. Fixes #2514

This PR does not fix the root reason but provides the workaround that hopefully avoid crash, and also provides an important context that would allow us to progress in understanding of the issue.

@romange romange requested a review from dranikpg February 1, 2024 06:11
Output more info about the state of things.
Skip the non existent key and continue the execution.
Fixes #2514

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@dranikpg
Copy link
Contributor

dranikpg commented Feb 1, 2024

There is no infomation about the bug scenario itself and whether this PR fixes (by changing awakened_keys backing) it or "fixes" it just by printing internal error

@romange
Copy link
Collaborator Author

romange commented Feb 1, 2024

There is no infomation about the bug scenario itself and whether this PR fixes (by changing awakened_keys backing) it or "fixes" it just by printing internal error

updated the description. Yes, it does not fix the root cause.

Copy link
Contributor

@dranikpg dranikpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷🏻‍♂️

@romange romange merged commit 2b0310d into main Feb 1, 2024
10 checks passed
@romange romange deleted the I2514 branch February 1, 2024 07:48
romange added a commit that referenced this pull request Feb 3, 2024
Output more info about the state of things.
Skip the non existent key and continue the execution.
Fixes #2514

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
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.

Crash with blocking commands
2 participants