liucyu opened a new issue #1360: NettyRemotingAbstract#invokeSyncImpl 
countdown.await block
URL: https://github.com/apache/rocketmq/issues/1360
 
 
   In the `NettyRemotingAbstract` class the method `invokeSyncImpl`'s code 
`RemotingCommand responseCommand = responseFuture.waitResponse(timeoutMillis);` 
Will cause a bug that the thread pool cannot invoke countdown due to some 
reason, it will block a long time. 
   And the bug can solve just  add a `releaseResponse` method in 
`responseFuture`  because you can invoke it during scheduled task invoke 
`ResponseFuture.isTimeout` method

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to