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 2021/12/17 12:21:03 UTC

[GitHub] [rocketmq] MatrixHB commented on pull request #3555: [Issue #3556] Fix:When broker is down, rocketmq client can not retry under Async send model

MatrixHB commented on pull request #3555:
URL: https://github.com/apache/rocketmq/pull/3555#issuecomment-996681362


   @lwclover you are right.
   When the channel to the broker cannot be established, it will directly enter the following code block.
   ![image](https://user-images.githubusercontent.com/23614576/146499518-c1dc2795-b0e7-41c8-89a7-4dee105872a7.png)
   
   Retry for send async is made for the execution of "org.apache.rocketmq.remoting.netty.NettyRemotingAbstract#invokeAsyncImpl", but in the given case,  "invokeAsyncImpl" has not been executed yet.
   


-- 
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