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 2019/11/19 12:27:00 UTC

[GitHub] [rocketmq] MountainOne edited a comment on issue #1588: Retry doesn't work when sending msg in aync mode(eg. when broker is down)

MountainOne edited a comment on issue #1588: Retry doesn't work when sending msg in aync mode(eg. when broker is down)
URL: https://github.com/apache/rocketmq/issues/1588#issuecomment-555482669
 
 
   I understand now, thank you for your tips. In the case of a broker downtime, `NettyRemotingAbstract#invokeAsyncImpl` will not be executed and the retry logic will not be executed.
   So we need to execute the retry logic before throwing the exception, or the message will be lost.
   Maybe we have to make sure that `InvokeCallback()` is executed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services