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 2018/05/07 02:23:03 UTC

[GitHub] zhaijack opened a new pull request #1738: PIP-17: fix index entry offset error in OffloadIndexBlock

zhaijack opened a new pull request #1738: PIP-17:  fix index entry offset error in OffloadIndexBlock
URL: https://github.com/apache/incubator-pulsar/pull/1738
 
 
   ### Motivation
   
   In OffloadIndexBlock, we will calculate and keep the offset in S3 Object for each data block.
   The offset should be based on the blockSize of last data block, instead of current data block.
   
   ### Modifications
   
   - change OffloadIndexBlockBuilderImpl and OffloadIndexTest to fix the issue.
   Describe the modifications you've done.
   
   ### Result
   
   issue fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services