You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/22 18:47:09 UTC

[GitHub] [pulsar] michaeljmarshall commented on pull request #12095: [Tiered Storage] Fix read tiered storage ledger data again

michaeljmarshall commented on pull request #12095:
URL: https://github.com/apache/pulsar/pull/12095#issuecomment-925200764


   > @michaeljmarshall If a consumer consumes a topic and didn't ack messages. When the consumer consumes the topic from the earliest position again, the `ReadHandle` needs to read data from the head of the data stream. But if the reader index at the end of the `ByteBuf` it couldn't read an int to check the `EntryId` and it will meet this issue.
   > 
   > I add a section to describe how to reproduce this problem. PTAL
   
   Thank you for the additional explanation, @gaoran10.


-- 
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: commits-unsubscribe@pulsar.apache.org

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