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 2019/11/25 04:12:41 UTC

[GitHub] [spark] cloud-fan commented on issue #26643: [WIP][SPARK-29998][CORE] Retry getFile() until all folder failed then exit

cloud-fan commented on issue #26643: [WIP][SPARK-29998][CORE] Retry getFile() until all folder failed then exit
URL: https://github.com/apache/spark/pull/26643#issuecomment-557979408
 
 
   If the shuffle final path is in a broken disk, we have the same problem, right?
   
   Currently we have a deterministic mapping from filename to its path. The benefit is: the path calculating is stateless and it's cheap to do. We can even do it in different JVMs. But not sure if we leverage this property in Spark. cc @vanzin @squito  

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


With regards,
Apache Git Services

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