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


   > > I found another problem needed to discuss:
   > > if timewheel deliveries the delay messages a little later than excepted, 
assuming now is 9:00 but the timewheel is deleverying the message at 8:30, 
meanwhile, the system begins to remove the commitlog, the message between 8:30 
and 9:00 in the commitlog(going to be removed soon) might be lost forever.
   > > Sometimes it is useless to deliver the delay message much later than 
excepted, maybe we need to rebalance how late the message we can remove 
directly.
   > 
   > We can separate the commitlog of delayMsg from the normal messages 
commitlog in the next version. we can work together.
   
   Is the separate storage of delayed messages and normal messages realized now?


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