Hwting opened a new pull request, #10379: URL: https://github.com/apache/dolphinscheduler/pull/10379
## Purpose of the pull request Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil" Use the default zookeeper error reporting `2022-06-08 17:42:00.525 org.apache.zookeeper.ZooKeeper:[442] - Initiating client connection, connectString=dolphinscheduler-zookeeper:<nil> sessionTimeout=30000 watcher=org.apache.curator.ConnectionState@4ac8768e`  After repair:  ## Brief change log Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil" -- 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]
