-
Notifications
You must be signed in to change notification settings - Fork 409
[CELEBORN-1397] Fix compilation error on branch-0.4 #2475
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
Conversation
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.
|
I can see that there are UT failures, can you investigate the failures? |
|
@onebox-li, @FMX, #2369 and #2372 does not cherry pick, which cause the failure of CI. |
fcaf690 to
9b9c03b
Compare
SteNicholas
left a comment
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.
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
Outdated
Show resolved
Hide resolved
9b9c03b to
d74cf8f
Compare
d74cf8f to
186e5ae
Compare
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 |
### What changes were proposed in this pull request? Fix MasterClient construct method use in MasterClientSuiteJ. ### Why are the changes needed? MasterClient's construct method has changed by #2281 on main. It's a feature to support authentication on branch-0.5. #2466 's backport on branch-0.4 here caused a conflict in MasterClientSuiteJ.java:319. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local compile test. Closes #2475 from onebox-li/branch-0.4-fix-compile. Authored-by: onebox-li <[email protected]> Signed-off-by: SteNicholas <[email protected]>
|
Merging to branch-0.4(v0.4.1). |
|
Thanks all for review, and @SteNicholas cherry-pick necessary PRs. |
### What changes were proposed in this pull request? Fix MasterClient construct method use in MasterClientSuiteJ. ### Why are the changes needed? MasterClient's construct method has changed by apache#2281 on main. It's a feature to support authentication on branch-0.5. apache#2466 's backport on branch-0.4 here caused a conflict in MasterClientSuiteJ.java:319. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local compile test. Closes apache#2475 from onebox-li/branch-0.4-fix-compile. Authored-by: onebox-li <[email protected]> Signed-off-by: SteNicholas <[email protected]>
What changes were proposed in this pull request?
Fix MasterClient construct method use in MasterClientSuiteJ.
Why are the changes needed?
MasterClient's construct method has changed by #2281 on main. It's a feature to support authentication on branch-0.5.
#2466 's backport on branch-0.4 here caused a conflict in MasterClientSuiteJ.java:319.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Local compile test.