Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
DAGScheduler invalidates shuffle files when an executor loss event occurs, but not when the external shuffle service is enabled. This is because when shuffle service is on, the shuffle file lifetime can exceed the executor lifetime.
However, it doesn't invalidate shuffle files when the shuffle service itself is lost (due to whole slave loss). This can cause long hangs when slaves are lost since the file loss is not detected until a subsequent stage attempts to read the shuffle files.
Attachments
Attachments
Issue Links
- is related to
-
SPARK-20832 Standalone master should explicitly inform drivers of worker deaths and invalidate external shuffle service outputs
- Resolved
- relates to
-
SPARK-17519 [MESOS] Enhance robustness when ExternalShuffleService is broken
- Resolved
- links to