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 2023/01/16 16:52:46 UTC

[GitHub] [incubator-kvrocks] torwig opened a new pull request, #1228: Fix deadlock when unblocking connection on stream

torwig opened a new pull request, #1228:
URL: https://github.com/apache/incubator-kvrocks/pull/1228

   I forgot to advance the iterator.
   Which leads to an infinite loop. That eventually stops the execution of all writable commands.
   
   Thanks to @aleksraiden for catching (and experiencing) this bug.


-- 
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] PragmaTwice merged pull request #1228: Fix deadlock when unblocking connection on stream

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


-- 
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] aleksraiden commented on pull request #1228: Fix deadlock when unblocking connection on stream

Posted by GitBox <gi...@apache.org>.
aleksraiden commented on PR #1228:
URL: https://github.com/apache/incubator-kvrocks/pull/1228#issuecomment-1384493755

   Thanks, @torwig 
   
   Now all works fine!


-- 
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] PragmaTwice commented on pull request #1228: Fix deadlock when unblocking connection on stream

Posted by GitBox <gi...@apache.org>.
PragmaTwice commented on PR #1228:
URL: https://github.com/apache/incubator-kvrocks/pull/1228#issuecomment-1384766719

   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