[CELEBORN-2203] Set celeborn.master.internal.endpoints in the configmap#3536
Closed
pingzh wants to merge 1 commit intoapache:mainfrom
Closed
[CELEBORN-2203] Set celeborn.master.internal.endpoints in the configmap#3536pingzh wants to merge 1 commit intoapache:mainfrom
pingzh wants to merge 1 commit intoapache:mainfrom
Conversation
so that workers can use the dns to connect to the master
Contributor
|
LGTM. |
SteNicholas
pushed a commit
that referenced
this pull request
Nov 17, 2025
### What changes were proposed in this pull request? Set `celeborn.master.internal.endpoints` in the configmap. ### Why are the changes needed? The default value is `<localhost>:8097` right now, which cause that workers fail to start as it cannot connect to that port. ### Does this PR resolve a correctness bug? No. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? <img width="2732" height="1104" alt="image" src="https://github.com/user-attachments/assets/542b6554-61c1-4c7b-a7bc-718cdcd50176" /> Closes #3536 from pingzh/dev/pingz-celeborn.master.internal.endpoints. Authored-by: Ping Zhang <ping.goblue@gmail.com> Signed-off-by: SteNicholas <programgeek@163.com> (cherry picked from commit b678991) Signed-off-by: SteNicholas <programgeek@163.com>
Member
|
Merged to main(v0.7.0) and branch-0.6(v0.6.2). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Set
celeborn.master.internal.endpointsin the configmap.Why are the changes needed?
The default value is
<localhost>:8097right now, which cause that workers fail to start as it cannot connect to that port.Does this PR resolve a correctness bug?
No.
Does this PR introduce any user-facing change?
No.
How was this patch tested?