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/03/13 02:52:18 UTC

[GitHub] [rocketmq] xujianhai666 opened a new issue #1843: producer send message to retry topic will panic because maxReconsumeTimes is null

xujianhai666 opened a new issue #1843: producer send message to  retry topic will panic because maxReconsumeTimes is null 
URL: https://github.com/apache/rocketmq/issues/1843
 
 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   producer send message to retry group topic actively, but encounter panic, because maxReconsumeTimes  is null, which is set when consumer send back. 
   
   - What did you do (The steps to reproduce)?
   produer send message to %RETRY%group
   
   - What did you expect to see?
   producer should send success and consumer consume that message
   
   - What did you see instead?
   producer receive response: broker panic info 
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   

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

[GitHub] [rocketmq] xiangwangcheng commented on issue #1843: producer send message to retry topic will panic because maxReconsumeTimes is null

Posted by GitBox <gi...@apache.org>.
xiangwangcheng commented on issue #1843: producer send message to  retry topic will panic because maxReconsumeTimes is null 
URL: https://github.com/apache/rocketmq/issues/1843#issuecomment-603667927
 
 
   I wonder why `maxReconsumeTimes ` is null. When the consumer consumes msg failed and sends the msg back to the broker,  `maxReconsumeTimes` should be set (default is 16).

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

[GitHub] [rocketmq] xujianhai666 commented on issue #1843: producer send message to retry topic will panic because maxReconsumeTimes is null

Posted by GitBox <gi...@apache.org>.
xujianhai666 commented on issue #1843: producer send message to  retry topic will panic because maxReconsumeTimes is null 
URL: https://github.com/apache/rocketmq/issues/1843#issuecomment-613213163
 
 
   > I wonder why `maxReconsumeTimes ` is null. When the consumer consumes msg failed and sends the msg back to the broker, `maxReconsumeTimes` should be set (default is 16).
   
   这个不是consumer的问题,是producer 主动发送消息到 group retry topic 的时候发生的

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