samz406 commented on issue #2988: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2988#issuecomment-644559672
My version is 1.2, yours is version 1.3, the format is correct You can find out which server this path is on. I think the possible situation is: The worker of the task you are performing should not be on the same server as the api server. It is executed on another worker server, and the ip obtained is the local 127.0.0.1, not the actual ip, you can see the hosts configuration mapping At the same time, you can look at the IP of the monitoring center -> worker page 我的版本是1.2,你的是1.3版本,格式正确 你可以找下这个路径是在哪个服务器上。 我觉得有可能情况是: 你执行的任务的worker应该不是和api server在同一个服务器上。是在另一台worker服务器上执行,然后获取的ip是本地127.0.0.1,不是实际ip,你可以看下hosts配置映射 同时你可以看下监控中心->worker 页面的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. For queries about this service, please contact Infrastructure at: [email protected]
