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/05/21 08:42:54 UTC

[GitHub] [rocketmq] WJL3333 opened a new issue, #4357: [Performance] In DLedger mode QuorumAckChecker thread execute asyncPutMessage callback logic.

WJL3333 opened a new issue, #4357:
URL: https://github.com/apache/rocketmq/issues/4357

   asyncPutMessage always register callback code for send response.
   
   but the execution thread is the core thread for dledger mode which harm the performance.


-- 
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] lifepuzzlefun closed issue #4357: [Performance] In DLedger mode QuorumAckChecker thread execute asyncPutMessage callback logic.

Posted by "lifepuzzlefun (via GitHub)" <gi...@apache.org>.
lifepuzzlefun closed issue #4357: [Performance] In DLedger mode QuorumAckChecker thread execute asyncPutMessage callback logic.
URL: https://github.com/apache/rocketmq/issues/4357


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

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