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/20 09:38:01 UTC

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

Git-Yang commented on pull request #3478:
URL: https://github.com/apache/rocketmq/pull/3478#issuecomment-1017285360


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


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