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 successor commands won't be processed before receiving new read event #839

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Fix successor commands won't be processed before receiving new read event #839

merged 1 commit into from
Sep 9, 2022

Conversation

git-hulk
Copy link
Member

@git-hulk git-hulk commented Sep 8, 2022

Currently, we will stop processing commands when running into block commands
like BRPOP/BLPOP and there remained commands in the connection, but the connection
continues handling those commands since the read event was triggered.

This closes #831

…ead event

Currently, we will stop processing commmands when running into block
command like BRPOP/BLPOP and there may have remain commands in
connection, but the connection continue handling those commands since
the read event was triggered.
@git-hulk git-hulk changed the title Fix successor commands won't be processed before receiving the next read event Fix successor commands won't be processed before receiving new read event Sep 8, 2022
@git-hulk git-hulk marked this pull request as ready for review September 8, 2022 15:47
@git-hulk
Copy link
Member Author

git-hulk commented Sep 9, 2022

Thanks all, merging...

@git-hulk git-hulk merged commit 1469746 into apache:unstable Sep 9, 2022
suica pushed a commit to suica/incubator-kvrocks that referenced this pull request Sep 11, 2022
…ead event (apache#839)

Currently, we will stop processing commands when running into block commands
like BRPOP/BLPOP and there remained commands in the connection, but the connection
continues handling those commands since the read event was triggered.
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.

[BUG] Should read the multiple blocking pushed element
3 participants