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 2022/01/19 07:58:32 UTC

[GitHub] [rocketmq] MatrixHB commented on pull request #3478: [ISSUE #3473] Optimize the problem of delayed message delivery duplication

MatrixHB commented on pull request #3478:
URL: https://github.com/apache/rocketmq/pull/3478#issuecomment-1016174571


   > 1. After calling shutdown, wait for the execution of the thread to complete. At this time, it is forbidden to submit a new thread.
   > 2. First updateOffset and then execute schedule to avoid the inability to execute updateOffset after shutdown is called
   
   When shutdown is called, will the method `deliverExecutorService.schedule()` throw exception??


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