### What changes were proposed in this pull request? `CommitHandler` should process `CommitFilesResponse` with `COMMIT_FILE_EXCEPTION` status. ### Why are the changes needed? `CommitHandler` processes `CommitFilesResponse` with statuses including `SUCCESS`, `PARTIAL_SUCCESS`, `SHUFFLE_NOT_REGISTERED`, `REQUEST_FAILED` and `WORKER_EXCLUDED` at present. Meanwhile, Controller replies `CommitFilesResponse` with `COMMIT_FILE_EXCEPTION` status for throwable. Therefore, `CommitHandler` should process `COMMIT_FILE_EXCEPTION` status. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2838 from SteNicholas/CELEBORN-1665. Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.com> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||