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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
