rolling-dad commented on PR #275:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/275#issuecomment-2792305600

   环境: docker 部署 apache/rocketmq:5.3.2 , 同时使用 master 分支部署 rocketmq-dashboard .
   
   报错: Failed to query message by Id: C0A8487375AD18B4AAC231B017550000
   
   调试: MessageClientIDSetter.getNearlyTimeFromID(msgId).getTime() 解析后刚好是消息的 
StoreTime 
   
   建议: 
   1. 查询时使用 >= beginTimestamp , 
   2. 或者使用 MessageClientIDSetter.getNearlyTimeFromID(msgId).getTime() - 1000 
作为查询条件
   


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