masterable commented on issue #4523: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4523#issuecomment-768082789
> ch.qos.logback.classic.filter.ThresholdFilter It's ok,thanks  But there is still a problem. My dolphinsheduler is deployed in a cluster. When I check the dolphinscheduler-worker.log, the first 192.168.150.2 and third 192.168.150.4 servers do not display the error message. Only the second one 192.168.150.3 shows the error message. The error prompts me Yarn 'S address is not recognized Below is my configuration example # 如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可 yarnHaIps="192.168.xx.xx" # 如果ResourceManager是HA或者没有使用到Yarn保持默认值即可;如果是单ResourceManager,请配置真实的ResourceManager主机名或者ip singleYarnIp="192.168.150.1" Since I did not use the mode Yarn-HA, I only configured one, but why did the other two machines report no errors? My cluster configuration is as follows 192.168.150.1 masterserver 192.168.150.2 loggerserver workerserver apiapplicationserver 192.168.150.3 loggerserver workerserver 192.168.150.4 loggerserver workerserver Why only the worker of the server 192.168.150.3 reported an error? ---------------------------------------------------------------- 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]
