xdkxlk commented on PR #6682:
URL: https://github.com/apache/rocketmq/pull/6682#issuecomment-1534009981

   Pop retry message has already been notified in PopReviveService#reviveRetry
   ```
   brokerController.getPopMessageProcessor().notifyMessageArriving(
       KeyBuilder.parseNormalTopic(popCheckPoint.getTopic(), 
popCheckPoint.getCId()),
       popCheckPoint.getCId(),
       -1
   );
   brokerController.getNotificationProcessor().notifyMessageArriving(
       KeyBuilder.parseNormalTopic(popCheckPoint.getTopic(), 
popCheckPoint.getCId()), -1);
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to