leixm commented on issue #239:
URL: 
https://github.com/apache/incubator-uniffle/issues/239#issuecomment-1255771111

   The key point of the problem is that the data file has only 63101342 bytes, 
but at this time, it has to read 4743511 bytes from the 58798659 offset, which 
eventually leads to OEFException,And at this time, **the block from offset 
58798659 to offset 63101342 will be discarded**, Eventually lead to block 
missing.
   **Any block after offset 63101342 will not cause block missing, and any 
block before offset 63101342 will cause block missing.**


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