You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/18 04:55:13 UTC

[GitHub] [rocketmq-clients] aaron-ai opened a new issue, #156: The blocking call in RpcClientImpl#receiveMessage may exhaust all async worker threads.

aaron-ai opened a new issue, #156:
URL: https://github.com/apache/rocketmq-clients/issues/156

   The default num of shared async worker thread in `RpcClientImpl` equals to the CPU number. The subsequent task could not be executed in time if the quantity of long-polling request exceeds the CPU num.


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-clients] aaron-ai closed issue #156: The blocking call in RpcClientImpl#receiveMessage may exhaust all async worker threads.

Posted by GitBox <gi...@apache.org>.
aaron-ai closed issue #156: The blocking call in RpcClientImpl#receiveMessage may exhaust all async worker threads.
URL: https://github.com/apache/rocketmq-clients/issues/156


-- 
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: dev-unsubscribe@rocketmq.apache.org

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