-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[feat](doris compose) Add host mode for add remote fe #48839
[feat](doris compose) Add host mode for add remote fe #48839
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
1 similar comment
run buildall |
cdd4d9b
to
87a1280
Compare
run buildall |
1 similar comment
run buildall |
40ee561
to
b43560d
Compare
run buildall |
b43560d
to
3f932cc
Compare
run buildall |
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
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
Add network host mode, in this mode container will use host ip and host ports. These ports are auto-pick, no need user to specify. Then remote fe can join into the cluster.
But for simple reason, the host mode need to add a remote fe. We add an option --remote-master-fe(the remote fe address: ip:query_port). When user creating a new cluster, if special this option, the cluster will use host mode.
example:
for non-cloud mode:
below cluster contain 1 remote fe, 3 be in local docker container.
for cloud mode, the creating a new cluster include four steps:
the cloud cluster will contains:
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)