-
Notifications
You must be signed in to change notification settings - Fork 153
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
[#1476] feat(spark): Provide dedicated unregister app rpc interface #1510
Conversation
Signed-off-by: Yiqi You <2810592075@qq.com>
Signed-off-by: Yiqi You <2810592075@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM. Left some minor comments.
server/src/main/java/org/apache/uniffle/server/ShuffleServerGrpcService.java
Outdated
Show resolved
Hide resolved
Test Results2 287 files 2 287 suites 4h 27m 51s ⏱️ Results for commit 84e0434. ♻️ This comment has been updated with latest results. |
Signed-off-by: Yiqi You <2810592075@qq.com>
Signed-off-by: Yiqi You <2810592075@qq.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1510 +/- ##
=============================================
+ Coverage 0 55.19% +55.19%
- Complexity 0 2809 +2809
=============================================
Files 0 410 +410
Lines 0 22049 +22049
Branches 0 2082 +2082
=============================================
+ Hits 0 12170 +12170
- Misses 0 9121 +9121
- Partials 0 758 +758 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yiqi You <2810592075@qq.com>
Signed-off-by: Yiqi You <2810592075@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Merged. Thanks for your contribution @somelovelanguage . Welcome to Uniffle community! 🎉 |
…face (apache#1510) ### What changes were proposed in this pull request? Introduce dedicated unregisterApp rpc interface which is only called once when unregister shuffle ### Why are the changes needed? Fix: [apache#1476](apache#1476) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? UT
What changes were proposed in this pull request?
Introduce dedicated unregisterApp rpc interface which is only called once when unregister shuffle
Why are the changes needed?
Fix: #1476
Does this PR introduce any user-facing change?
No.
How was this patch tested?
UT