Asakiny commented on issue #37375: URL: https://github.com/apache/doris/issues/37375#issuecomment-2227174335
在云环境下,您的观点是没问题的,通常私有环境部署是使用的是NodePort,Doris也提供了NodePort的配置方式,这种情况下既然提供了NodePort的配置方式,我理解对应的多fe的svc配置也是需要匹配的,目前我临时edit svc添加spec.sessionAffinity=ClusterIP是暂时可以解决的,仅供各位遇到同样问题可以参考。 In a cloud environment, your point is valid. Usually, in a private environment deployment, NodePort is used frequently, and Doris also provides a NodePort configuration method. In this case, since NodePort configuration is provided, I understand that the corresponding multi-FE svc configuration also needs to match. Currently, I temporarily edited the svc to add spec.sessionAffinity=ClusterIP, which can temporarily solve the problem. This is provided as a reference for anyone encountering the same issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
