Skip to content

[CELEBORN-1665][0.5] CommitHandler should process CommitFilesResponse with COMMIT_FILE_EXCEPTION status#2840

Closed
SteNicholas wants to merge 1 commit into
apache:branch-0.5from
SteNicholas:CELEBORN-1665-0.5
Closed

[CELEBORN-1665][0.5] CommitHandler should process CommitFilesResponse with COMMIT_FILE_EXCEPTION status#2840
SteNicholas wants to merge 1 commit into
apache:branch-0.5from
SteNicholas:CELEBORN-1665-0.5

Conversation

@SteNicholas
Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Contributor

@FMX FMX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

SteNicholas added a commit that referenced this pull request Oct 22, 2024
… with COMMIT_FILE_EXCEPTION status

### 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 #2840 from SteNicholas/CELEBORN-1665-0.5.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: SteNicholas <programgeek@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants