Github user lizhanhui commented on the issue:

    https://github.com/apache/incubator-rocketmq/pull/63
  
    This issue is valid and the bug will be triggered under the following 
conditions:
    1. A target message queue is specified, which will pass null for 
TopicPublishInfo parameter;
    2. Async sending;
    3. Retry happens;
    4. sendLatencyFaultEnable is enabled(On default, it's not enabled)
    
    
    The PR, IMO, is not good as it simply disabled promised retry attempts 
without notice.  Instead of logging retry failure, retry sending should be done 
against the original chosen broker. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to