Crazylychee commented on PR #275:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/275#issuecomment-2792333724

   @rolling-dad I recently encountered this issue while using the dashboard. 
Simply using MessageClientIDSetter.getNearlyTimeFromID(msgId).getTime() or 
MessageClientIDSetter.getNearlyTimeFromID(msgId).getTime() - 1000 (subtracting 
a certain value) actually does not retrieve the message. The following image 
shows the query result using 
MessageClientIDSetter.getNearlyTimeFromID(msgId).getTime() - 1000.
   
![image](https://github.com/user-attachments/assets/33d3b759-e9e1-4ac6-8325-9867d8e5a22d)
   
![image](https://github.com/user-attachments/assets/687098a6-504d-46ae-97db-cb94b24e4e88)
   
   So, I am planning to expand the message query time range to start from 0L, 
which will allow retrieval of the details for all messages. I would appreciate 
your feedback on this approach. I apologize that this PR did not completely 
resolve the issue. I will submit a new PR shortly that includes a fix for the 
aforementioned problem. If you are in urgent need of this functionality, you 
may also use the image I have packaged, which has already addressed these 
issues.
   ```shell
   docker pull crazylychee/rocketmqdashboard:3.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]

Reply via email to