yejiahao commented on issue #2279:
URL: https://github.com/apache/rocketmq/issues/2279#issuecomment-688589336


   > can u reproduce it always ?
   
   produce is ok but "topic" topic consume failed because of msg was stored in 
```scheduleMessageOffset_'x'``` (x represents delayTimeLevel), it just change 
the offset like this
   
   ```
   scheduleMessageOffset_1         : 138699,447
   ->
   scheduleMessageOffset_1         : 138699,448
   ```
   when it occurs
   ```
   scheduleMessageOffset_1         : 138699,138699 (maybe 138700?)
   ```
   the target topic consumer works normally and previous msgs also can be 
consumed


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


Reply via email to