liuhai
liuhai
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened [WARN] 2024-02-21 02:13:01.291 +0000 o.s.c.k.c.p.AbstractKubernetesProfileEnvironmentPostProcessor:[258] - Not running inside kubernetes....
## Purpose of the pull request 主机连接校验与主机Agent分发时,若分发节点与主节点在同一台机器上,无需进行校验和远程分发 ## Brief change log 改进主要是根据当前manage主机的ip来进行判断,如果运行的流程ip和当前manage主机的ip相同,就不进行进行校验和远程分发,而是直接使用调用本地shell脚本的方式来进行分发 ## Verify this pull request This pull request is code cleanup without any test coverage. *(or)* This pull...
### Search before asking - [X] I had searched in the [issues](https://github.com/datasophon/datasophon/issues?q=is%3Aissue) and found no similar feature requirement. ### Description 主机环境校验这一步要是因为没有配置免密登录连接的时候会直接抛异常,后端捕获之后直接 throw new RuntimeException(e);,并未进行其它处理,前端不清楚因为什么原因导致的失败  ### Are you willing to...