berlinsaint opened a new issue #4408:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4408


   After upgraded to the 1.3.4-release , when connecting to zk, it will cost 
more time than before,
   
   
   ```
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client 
environment:java.io.tmpdir=/var/folders/gv/h9n62tf977x6c1v5hhdm8ksw0000gn/T/
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client environment:java.compiler=<NA>
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client environment:os.name=Mac OS X
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client environment:os.arch=x86_64
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client environment:os.version=10.16
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client 
environment:user.name=yangyanbo
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client 
environment:user.home=/Users/yangyanbo
   2021-01-08 21:13:56.851  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Client 
environment:user.dir=/Users/yangyanbo/projects/cetc-cloud/code/cmp-scheduler
   2021-01-08 21:13:56.852  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Initiating client connection, 
connectString=10.3.4.11:2181 sessionTimeout=60000 
watcher=org.apache.curator.ConnectionState@3d620a1
   2021-01-08 21:13:56.868  INFO 58512 --- [           main] 
o.a.c.f.imps.CuratorFrameworkImpl        : Default schema
   2021-01-08 21:14:56.877  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 
10.3.4.11/10.3.4.11:2181. Will not attempt to authenticate using SASL (unknown 
error)
   2021-01-08 21:14:56.942  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Socket connection established to 
10.3.4.11/10.3.4.11:2181, initiating session
   2021-01-08 21:14:56.988  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Session establishment complete on 
server 10.3.4.11/10.3.4.11:2181, sessionid = 0x1086abb38fb0001, negotiated 
timeout = 40000
   2021-01-08 21:14:56.996  INFO 58512 --- [ain-EventThread] 
o.a.c.f.state.ConnectionStateManager     : State change: CONNECTED
   2021-01-08 21:14:57.002  INFO 58512 --- [           main] 
o.a.d.s.zk.ZookeeperCachedOperator       : add listener to zk path: 
/dolphinscheduler
   2021-01-08 21:14:57.306  INFO 58512 --- [           main] 
o.a.d.service.zk.ZookeeperOperator       : zookeeper registry center init, 
server lists is: 10.3.4.11:2181.
   2021-01-08 21:14:57.306  INFO 58512 --- [           main] 
o.a.c.f.imps.CuratorFrameworkImpl        : Starting
   2021-01-08 21:14:57.307  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Initiating client connection, 
connectString=10.3.4.11:2181 sessionTimeout=60000 
watcher=org.apache.curator.ConnectionState@3d615b2e
   2021-01-08 21:14:57.307  INFO 58512 --- [           main] 
o.a.c.f.imps.CuratorFrameworkImpl        : Default schema
   2021-01-08 21:15:57.316  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 
10.3.4.11/10.3.4.11:2181. Will not attempt to authenticate using SASL (unknown 
error)
   2021-01-08 21:15:57.352  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Socket connection established to 
10.3.4.11/10.3.4.11:2181, initiating session
   2021-01-08 21:15:57.390  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Session establishment complete on 
server 10.3.4.11/10.3.4.11:2181, sessionid = 0x1086abb38fb0003, negotiated 
timeout = 40000
   2021-01-08 21:15:57.390  INFO 58512 --- [ain-EventThread] 
o.a.c.f.state.ConnectionStateManager     : State change: CONNECTED
   2021-01-08 21:15:57.390  INFO 58512 --- [           main] 
o.a.d.s.zk.ZookeeperCachedOperator       : add listener to zk path: 
/dolphinscheduler
   2021-01-08 21:15:57.407  INFO 58512 --- [           main] 
o.a.d.service.zk.ZookeeperOperator       : zookeeper registry center init, 
server lists is: 10.3.4.11:2181.
   2021-01-08 21:15:57.408  INFO 58512 --- [           main] 
o.a.c.f.imps.CuratorFrameworkImpl        : Starting
   2021-01-08 21:15:57.408  INFO 58512 --- [           main] 
org.apache.zookeeper.ZooKeeper           : Initiating client connection, 
connectString=10.3.4.11:2181 sessionTimeout=60000 
watcher=org.apache.curator.ConnectionState@2ed9f6f8
   2021-01-08 21:15:57.409  INFO 58512 --- [           main] 
o.a.c.f.imps.CuratorFrameworkImpl        : Default schema
   2021-01-08 21:16:57.417  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 
10.3.4.11/10.3.4.11:2181. Will not attempt to authenticate using SASL (unknown 
error)
   2021-01-08 21:16:57.452  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Socket connection established to 
10.3.4.11/10.3.4.11:2181, initiating session
   2021-01-08 21:16:57.490  INFO 58512 --- [10.3.4.11:2181)] 
org.apache.zookeeper.ClientCnxn          : Session establishment complete on 
server 10.3.4.11/10.3.4.11:2181, sessionid = 0x1086abb38fb0005, negotiated 
timeout = 40000
   2021-01-08 21:16:57.490  INFO 58512 --- [ain-EventThread] 
o.a.c.f.state.ConnectionStateManager     : State change: CONNECTED
   2021-01-08 21:16:58.127  INFO 58512 --- [           main] 
d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
   2021-01-08 21:16:58.140  INFO 58512 --- [           main] 
d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation 
plugin(s)
   2021-01-08 21:16:58.188  INFO 58512 --- [           main] 
s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
   2021-01-08 21:16:58.503  INFO 58512 --- [           main] 
.d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: 
viewTreeUsingGET_1
   2021-01-08 21:16:58.669  INFO 58512 --- [           main] 
o.e.j.s.h.ContextHandler.application     : Initializing Spring 
DispatcherServlet 'dispatcherServlet'
   2021-01-08 21:16:58.689  INFO 58512 --- [           main] org.mortbay.log    
                      : Logging to Logger[org.mortbay.log] via 
org.mortbay.log.Slf4jLog
   2021-01-08 21:16:58.750  INFO 58512 --- [           main] 
o.e.jetty.server.AbstractConnector       : Started 
ServerConnector@4aa3fc9a{HTTP/1.1,[http/1.1]}{0.0.0.0:12345}
   
   ```


----------------------------------------------------------------
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]


Reply via email to