You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/09/08 15:29:21 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new pull request, #839: Fix successor commands won't be processed before receiving the next read event

git-hulk opened a new pull request, #839:
URL: https://github.com/apache/incubator-kvrocks/pull/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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk merged pull request #839: Fix successor commands won't be processed before receiving new read event

Posted by GitBox <gi...@apache.org>.
git-hulk merged PR #839:
URL: https://github.com/apache/incubator-kvrocks/pull/839


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on pull request #839: Fix successor commands won't be processed before receiving new read event

Posted by GitBox <gi...@apache.org>.
git-hulk commented on PR #839:
URL: https://github.com/apache/incubator-kvrocks/pull/839#issuecomment-1241419612

   Thanks all, merging...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org