Skip to content

Conversation

@FMX
Copy link
Contributor

@FMX FMX commented Sep 19, 2024

What changes were proposed in this pull request?

To support revising lost shuffle IDs in a long-running job such as flink batch jobs.

Why are the changes needed?

  1. To support revise lost shuffles.
  2. To add an HTTP endpoint to revise lost shuffles manually.

Does this PR introduce any user-facing change?

NO.

How was this patch tested?

Cluster tests.

@cxzl25 cxzl25 changed the title [CELEBORN-1600] Support revise lost shuffles [CELEBORN-1601] Support revise lost shuffles Sep 19, 2024
@SteNicholas
Copy link
Member

@FMX, could you also support the corresponding cli command for the HTTP endpoint to revise lost shuffles?

@FMX
Copy link
Contributor Author

FMX commented Sep 20, 2024

@FMX, could you also support the corresponding cli command for the HTTP endpoint to revise lost shuffles?

Sounds good. I'll add the cli command.

@SteNicholas
Copy link
Member

@FMX, BTW, the HTTP endpoint should introduce the client api to invoke, which could follow README.md to add.

@FMX
Copy link
Contributor Author

FMX commented Sep 23, 2024

@SteNicholas Thanks. I have added the CLI command and the API endpoint. Please review this PR when you have time.

@FMX FMX force-pushed the b1600 branch 2 times, most recently from e71ac9e to 1daa172 Compare September 23, 2024 13:19
@github-actions
Copy link

This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot removed the stale label Oct 18, 2024
Copy link
Contributor

@RexXiong RexXiong left a comment

Choose a reason for hiding this comment

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

LGTM

FMX and others added 2 commits October 21, 2024 14:06
Co-authored-by: Nicholas Jiang <programgeek@163.com>
FMX and others added 5 commits October 21, 2024 15:04
…scala

Co-authored-by: Nicholas Jiang <programgeek@163.com>
Co-authored-by: Nicholas Jiang <programgeek@163.com>
…r/http/api/v1/ApplicationResource.scala

Co-authored-by: Nicholas Jiang <programgeek@163.com>
…s.scala

Co-authored-by: Nicholas Jiang <programgeek@163.com>
@SteNicholas
Copy link
Member

Thanks. Merged to main(v0.6.0).

zaynt4606 pushed a commit to zaynt4606/celeborn that referenced this pull request Oct 21, 2024
### What changes were proposed in this pull request?
To support revising lost shuffle IDs in a long-running job such as flink batch jobs.

### Why are the changes needed?
1. To support revise lost shuffles.
2. To add an HTTP endpoint to revise lost shuffles manually.

### Does this PR introduce _any_ user-facing change?
NO.

### How was this patch tested?
Cluster tests.

Closes apache#2746 from FMX/b1600.

Lead-authored-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
Co-authored-by: Ethan Feng <fengmingxiao.fmx@alibaba-inc.com>
Signed-off-by: SteNicholas <programgeek@163.com>
RexXiong pushed a commit that referenced this pull request Nov 12, 2024
…ffles

### What changes were proposed in this pull request?

1. `GET /api/v1/applications/deleteApps`  -> `DELETE /api/v1/applications`

2. `GET /api/v1/applications/reviseLostShuffles`  -> `POST /api/v1/applications/revise_lost_shuffles`

### Why are the changes needed?
Followup for #2746

### Does this PR introduce _any_ user-facing change?

No, these APIs has not been released yet.

### How was this patch tested?
GA.

Closes #2892 from turboFei/delete_app.

Authored-by: Wang, Fei <fwang12@ebay.com>
Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.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.

4 participants