-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.1.0, 2.4.0
-
Fix Version/s: None
-
Component/s: Shuffle
-
Labels:None
Currently, `ExecutorShuffleInfo` can be recovered from file if NM recovery enabled, however, the recovery file is under a single directory, which may be unavailable if disk broken. So if a NM restart happen(may be caused by kill or some reason), the shuffle service can not startĀ even if there are executors on the node.
This may finally cause job failures(if node or executors on it not blacklisted), or at least, it will cause resource waste.(shuffle from this node always failed.)
For long running spark applications, this problem may be more serious.
So I think we should support multi directories(multi disk) for this recovery. and change to good directory when the disk of current directory is broken.
- links to