xuxiping2014 opened a new issue #3212:
URL: https://github.com/apache/rocketmq/issues/3212
**BUG REPORT**
I send a schedule message to the topic A which is set scheduled after 32min
and expected the message to be consume.It was still stored in the topic
'SCHEDULE_TOPIC_XXXX' after 12h, not loaded to topic A.The broker
service、namesrv、consumer client work well and are't been restarted. Schedule
message always works well,it's first time to happened.
below is information got from store.log
`2021-08-03 08:57:20 INFO pool-1-thread-1 - MessageExt:MessageExt
[queueId=1, storeSize=693, queueOffset=346354, sysFlag=0,
bornTimestamp=1627952240718, bornHost=/17.168.16.18:26936,
storeTimestamp=1627952240719, storeHost=/17.168.17.57:10911,
msgId=11A8113900002A9F00000003C8C16C2A, commitLogOffset=16253021226,
bodyCRC=52349613, reconsumeTimes=0, preparedTransactionOffset=0,
toString()=Message{topic='SCHEDULE_TOPIC_XXXX', flag=0,
properties={traceId=4cb7e5d847fdff2ff9c8ebe0d31c13cf,
REAL_TOPIC=ZCY_ZEUS_AUTO_OPEN_DECRYPT_MESSAGE_prod-shanxi,
KEYS=6820553202238516087, __STARTDELIVERTIME=__STARTDELIVERTIME_ZMQ,
UNIQ_KEY=0A652219000149C2FAAE0C38AC4E004C, DELAY=1959, WAIT=false, TAGS=null,
REAL_QID=5}, body=[**message body **], transactionId='null'}],
startIndex:346355,phyOffset:16253021226,bufferSize:693`
query from the topic 'SCHEDULE_TOPIC_XXXX' at 2021-08-03 20:28 by
queryMsgById

query from the topic 'A' at 2021-08-03 20:30 by queryMsgByUniqueKey

version:4.5.0
--
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]