zhangzizhong2020 commented on issue #15059:
URL: 
https://github.com/apache/dolphinscheduler/issues/15059#issuecomment-1820209777

   
实际上代码底层自动获取的服务器内网进行的通信,假如你的不同节点的内网互相ping不通,那么由NetUtils.getHost()方法获取到的本机内网IP是相互通信不了的,如果想要进行通信,只能指定公网IP,所以只能更改源代码,把NetUtils.getHost()自动获取本机内网的机制换成从外部读取IP


-- 
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]

Reply via email to