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 2020/02/28 02:53:05 UTC

[GitHub] [rocketmq] duhenglucky commented on issue #1800: Fix asynchronous send retry

duhenglucky commented on issue #1800: Fix asynchronous send retry
URL: https://github.com/apache/rocketmq/pull/1800#issuecomment-592285653
 
 
   @Cczzzz 
   
   > @Cczzzz 请问, `然后,在重试时会重置请求id,但是重置的方法和创建request时分配请求id的方法会导致出现反复id。incrementAndGet 和 getAndIncrement 一起使用了` 这个场景能够说明下吗?没有很理解
   
   GetAndIncrement will use the incrementAndGet incremented id, and requestId is a class static variable, so this area needs to be fixed, @cczzzz could you submit this PR to the develop branch, RocketMQ use develop branch as the development branch by default.

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