-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CELEBORN-1601][CELEBORN-1697][FOLLOWUP] Refine the RESTful apis for revise lost shuffles and fix ThreadStack REST model #2892
base: main
Are you sure you want to change the base?
Conversation
@turboFei, is there any tool that could verify the consistency between generated openapi-client code and rest api model? |
...c/main/scala/org/apache/celeborn/service/deploy/master/http/api/v1/ApplicationResource.scala
Outdated
Show resolved
Hide resolved
...c/main/scala/org/apache/celeborn/service/deploy/master/http/api/v1/ApplicationResource.scala
Show resolved
Hide resolved
9630d91
to
5134b9b
Compare
Not yet now, maybe we can followup it to diff the generated RESTful modules in GA. Raised https://issues.apache.org/jira/browse/CELEBORN-1699 to track |
Addressed in #2893 |
What changes were proposed in this pull request?
GET /api/v1/applications/deleteApps
->DELETE /api/v1/applications
GET /api/v1/applications/reviseLostShuffles
->POST /api/v1/applications/revise_lost_shuffles
Fix the ThreadStack REST model fields
Why are the changes needed?
Followup for #2746 and #2888
Does this PR introduce any user-facing change?
No, these APIs has not been released yet.
How was this patch tested?
GA.