Description
Currently if a running task is closed by receiving a close event from driver, or closed from context before the task is returned from Call(), Task.Dispose() is not called. This causes unreleased resource, especially for group communication and IMRU cases. If we would like to resubmit a task on an existing context, the existing platform is not cleaned up, causing some issues.
Attachments
Issue Links
- blocks
-
REEF-1223 IMRU Fault Tolerance - restart failed evaluators
- Resolved