lynfwyz opened a new issue #2259: URL: https://github.com/apache/rocketmq/issues/2259
In my current understanding, slave fetches the latest delayOffset from master and puts it into file only, without putting it into offsetTable inside the scheduleMessageService. When slave changes to master, it startes scheduleMessageService using offsetTable in memory, which just containes old delayOffset info. May it lead to message repeation? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
