Description
With dynamic allocation enabled with Mesos, drivers can launch with shuffle data cached in the external shuffle service.
However, there is no reliable way to let the shuffle service clean up the shuffle data when the driver exits, since it may crash before it notifies the shuffle service and shuffle data will be cached forever.
We need to implement a reliable way to detect driver termination and clean up shuffle data accordingly.
Attachments
Issue Links
- relates to
-
SPARK-6287 Add support for dynamic allocation in the Mesos coarse-grained scheduler
- Closed
- links to