Uh oh!
There was an error while loading. Please reload this page.
[enhancement](k8s) Support fqdn mode for be in k8s enviroment - #9172
Conversation
Uh oh!
There was an error while loading. Please reload this page.
stalary
commented
Apr 26, 2022
|
caiconghui
commented
Apr 26, 2022
Config.enable_k8s_container_drift_mode config is master only, replay operation no need depend on this config. |
Uh oh!
There was an error while loading. Please reload this page.
stalary
commented
Apr 27, 2022
LGTM |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
morningman
commented
May 1, 2022
This PR needs some more detailed description:
|
94dc530 to
430342dCompareTeamCity pipeline, clickbench performance test result: |
74e0b66 to
e03a45eCompare
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| private long id; | ||
| @SerializedName("host") | ||
| private String host; | ||
| private volatile String host; |
There was a problem hiding this comment.
我们最好在这里做一下区分,ipaddress 和 host name, 感觉现在这个host 和 hostname 区分不清楚。
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Proposed changes
Issue Number: close#9171
Problem Summary:
In the k8s environment, the ip of the pod can be changed, but the hostname of pod is stable. When the host machine of the pod fails, the k8s can schedule the failed pod to the new host machine for reconstruction. After that, the newly created pod's hostname remains unchanged, and the ip address has been changed. The change of the be node's ip address can be detected by FQDNManager when enable_fqdn_mode is true
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...