You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/15 01:21:26 UTC

[GitHub] [rocketmq] HScarb opened a new issue, #4170: Fix getEarliestMessageTime() in DLedger mode

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: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] HScarb commented on issue #4170: Fix getEarliestMessageTime() in DLedger mode

Posted by GitBox <gi...@apache.org>.
HScarb commented on issue #4170:
URL: https://github.com/apache/rocketmq/issues/4170#issuecomment-1099768676

   #4168 


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] yuz10 closed issue #4170: Fix getEarliestMessageTime() in DLedger mode

Posted by GitBox <gi...@apache.org>.
yuz10 closed issue #4170: Fix getEarliestMessageTime() in DLedger mode
URL: https://github.com/apache/rocketmq/issues/4170


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org