You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/09 08:38:16 UTC

[GitHub] [spark] duanmeng edited a comment on pull request #29907: [SPARK-33022] partition length is wrong after merge partition segment…

duanmeng edited a comment on pull request #29907:
URL: https://github.com/apache/spark/pull/29907#issuecomment-705995805


   > > This is related to disk/kernel but we can avoid it in spark without any performance loss.
   > 
   > Do you have any reference regarding the kernel issue?In other words, do you have any evidence to support the issue is caused by a kernel issue?
   
   Unfortunately I don't have directly evidence since it rarely happens and the kernel is an inhouse kernel. I can only infer from the log that the file exist and its length is 1462 but read 0 bytes from it, maybe the data is still in the block layer when the file was read, so IMHO we can defend it in framework level (eg, spark) since the actual length is count after writing records and commiting.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org