You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
24.1.0
What's Wrong?
The service created for disaggregated cluster compute groups is not marked headless, so the FE ping does not work when using multiple compute nodes.
In order for FE to connect to the dns entries such as <compute-group-0,1,2,3>.doris-compute-group.svc, the service must be marked as headless by specifying clusterIP: "None"
What You Expected?
Expect the cluster group service to be headless by specifying clusterIP: "None" similar to fe-internal headless service to allow for FE to communicate with CG/BE.
Search before asking
Version
24.1.0
What's Wrong?
The service created for disaggregated cluster compute groups is not marked headless, so the FE ping does not work when using multiple compute nodes.
In order for FE to connect to the dns entries such as <compute-group-0,1,2,3>.doris-compute-group.svc, the service must be marked as headless by specifying clusterIP: "None"
What You Expected?
Expect the cluster group service to be headless by specifying clusterIP: "None" similar to fe-internal headless service to allow for FE to communicate with CG/BE.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: