Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1718] Fix memory storage file won't hard split when memory …
…file is full and worker has no disks ### What changes were proposed in this pull request? Return hard split if a memory storage file is full and the worker has no disks. ### Why are the changes needed? In current implementation, a task might be hang because the worker rejected the shuffle data and returned nothing. ### Does this PR introduce _any_ user-facing change? NO. ### How was this patch tested? GA. Closes #2918 from FMX/b1718. Authored-by: mingji <[email protected]> Signed-off-by: SteNicholas <[email protected]>
- Loading branch information