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 2021/11/09 10:08:33 UTC

[GitHub] [rocketmq] Git-Yang opened a new issue #3473: [schedule] Optimize delayed message duplication

Git-Yang opened a new issue #3473:
URL: https://github.com/apache/rocketmq/issues/3473


   1. Please describe the issue you observed:
   - Broker restart causes delayed message delivery duplication
   
   Reproduction process: 
   - Restart the broker when the delayed message is being delivered. 
      - Send 10w delayed messages:
   ![image](https://user-images.githubusercontent.com/30995057/140904133-aadb478f-a2c6-4bde-aaa2-788ecaff31cf.png)
      - Message actually received in topic:
   ![image](https://user-images.githubusercontent.com/30995057/140904092-3820a5f3-a45a-4e14-b94b-cd1b3c369e36.png)
   
   - What did you see instead?
   
   2. Please tell us about your environment:
   rocketmq develop
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   - The offset is not persisted when ScheduleMessageService calls shutdown.


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] Git-Yang closed issue #3473: [schedule] Delayed message delivery duplication

Posted by GitBox <gi...@apache.org>.
Git-Yang closed issue #3473:
URL: https://github.com/apache/rocketmq/issues/3473


   


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] Git-Yang commented on issue #3473: [schedule] Delayed message delivery duplication

Posted by GitBox <gi...@apache.org>.
Git-Yang commented on issue #3473:
URL: https://github.com/apache/rocketmq/issues/3473#issuecomment-1017573235


   Included in PR #3478 , merged.


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org