HScarb opened a new issue, #4170:
URL: https://github.com/apache/rocketmq/issues/4170

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   Call DefaultMessageStore#getEarliestMessageTime() in DLedger mode
   
   - What is expected to see?
   
   get correct timestamp
   
   - What did you see instead?
   
   got a wrong timestamp
   
   2. Please tell us about your environment:
   
   4. Other information (e.g. detailed explanation, logs, related issues, 
suggestions on how to fix, etc):
   
   DLedgerCommitLog's body start from offset 48, but in 
`DefaultMessageStore#getEarliestMessageTime()` still get from 0
   
   
![image](https://user-images.githubusercontent.com/10664298/163502858-0f5f8f56-ce52-4d69-b89d-ad30d05ecf94.png)
   


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