zhouxinyu commented on issue #290: 根据时间戳设置消息进度的时候不生效?消息回溯
URL: https://github.com/apache/rocketmq/issues/290#issuecomment-382612176
 
 
   Hi,
   
   Follow the below steps to find the reason:
   
   1. Execute `mqadmin topicStatus`, find the current message offset of the 
specific topic.
   2. Execute `mqadmin consumerProgress`, find the current consumed offset of 
the specific consumer group.
   3. Execute `mqadmin resetOffsetByTime`, watch the result to check whether 
the new offset is the max offset of the topic.
   4. Execute `mqadmin consumerProgress`, watch the new offset.
   
   Collect this command outputs and send an email to our user mailing list for 
help.
   
   And please respect our issue template for your future reports.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to