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 12:03:50 UTC

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

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


   @michaeljmarshall If a consumer consumes the topic and didn't ack messages. When the consumer re-consume the topic from the earliest position, the `ReadHandle` need 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.


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