linlin-coder commented on issue #14960: URL: https://github.com/apache/dolphinscheduler/issues/14960#issuecomment-1736609922
i have annother question, dolphinscheduler worker running in docker-container, how can i register the host ip of computer to zookeeper, becuase i found that dolphinscheduler worker register itself using docker0-ip , some logs as follows. ``` [INFO] 2023-09-27 02:53:39.665 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[89] - [WorkflowInstance-0][TaskInstance-0] - Worker config: listenPort -> 1234 [INFO] 2023-09-27 02:53:39.666 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[90] - [WorkflowInstance-0][TaskInstance-0] - Worker config: execThreads -> 100 [INFO] 2023-09-27 02:53:39.666 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[91] - [WorkflowInstance-0][TaskInstance-0] - Worker config: heartbeatInterval -> PT10S [INFO] 2023-09-27 02:53:39.666 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[92] - [WorkflowInstance-0][TaskInstance-0] - Worker config: hostWeight -> 100 [INFO] 2023-09-27 02:53:39.667 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[93] - [WorkflowInstance-0][TaskInstance-0] - Worker config: tenantAutoCreate -> true [INFO] 2023-09-27 02:53:39.667 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[94] - [WorkflowInstance-0][TaskInstance-0] - Worker config: tenantDistributedUser -> false [INFO] 2023-09-27 02:53:39.667 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[95] - [WorkflowInstance-0][TaskInstance-0] - Worker config: maxCpuLoadAvg -> 32 [INFO] 2023-09-27 02:53:39.667 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[96] - [WorkflowInstance-0][TaskInstance-0] - Worker config: reservedMemory -> 0.3 [INFO] 2023-09-27 02:53:39.668 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[97] - [WorkflowInstance-0][TaskInstance-0] - Worker config: alertListenHost -> 20.xx.xx.xx [INFO] 2023-09-27 02:53:39.668 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[98] - [WorkflowInstance-0][TaskInstance-0] - Worker config: alertListenPort -> 50052 [INFO] 2023-09-27 02:53:39.668 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[99] - [WorkflowInstance-0][TaskInstance-0] - Worker config: registryDisconnectStrategy -> ConnectStrategyProperties(strategy=WAITING, maxWaitingTime=PT1M40S) [INFO] 2023-09-27 02:53:39.668 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[100] - [WorkflowInstance-0][TaskInstance-0] - Worker config: workerAddress -> 172.17.2.1:1234 [INFO] 2023-09-27 02:53:39.669 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[101] - [WorkflowInstance-0][TaskInstance-0] - Worker config: workerRegistryPath: /nodes/worker/172.17.2.1:1234 [INFO] 2023-09-27 02:53:39.670 +0000 org.apache.dolphinscheduler.server.worker.config.WorkerConfig:[102] - [WorkflowInstance-0][TaskInstance-0] - Worker config: taskExecuteThreadsFullPolicy: REJECT [INFO] 2023-09-27 02:53:40.118 +0000 org.apache.curator.framework.imps.CuratorFrameworkImpl:[338] - [WorkflowInstance-0][TaskInstance-0] - Starting ``` -- 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]
