-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Zookeeper does not reconnect when session expired. #191
Comments
Modifications: - execute to create zookeeper instance when zookeeper session has expired.
Zookeeper does not reconnect when session expired. #191
- Fixed : Local variable referenced before assignment.
Zookeeper does not reconnect when session expired. #191
2018-07-27 17:19:31 WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect pinpoint -version:1.7.3 |
@god8816 |
Zookeeper does not reconnect when session expired.
-------------------------- zookeeper session expired --------------------------
(o.a.z.ClientCnxn) Client session timed out, have not heard from server in 11198ms for sessionid 0x34331c4ac633093, closing socket connection and attempting reconnect
(o.a.z.ClientCnxn) Opening socket connection to server cvzk02.pinpoint.nhnsystem.com/10.114.80.176:2181. Will not attempt to authenticate using SASL (java.lang.SecurityException:
(o.a.z.ClientCnxn) Socket connection established -, initiating session
(o.a.z.ClientCnxn) EventThread shut down
(o.a.z.ClientCnxn) Unable to reconnect to ZooKeeper service, session 0x34331c4ac633093 has expired, closing socket connection
-------------------------- cluster work failed --------------------------
(c.n.p.c.c.z.ZookeeperLatestJobWorker) Worker execute job(UpdateJob, ChannelContext=com.navercorp.pinpoint.rpc.server.ChannelContext@54ae9d7d, Retry=0/3).
(c.n.p.c.c.z.ZookeeperLatestJobWorker) instance must be connected.
com.navercorp.pinpoint.collector.cluster.zookeeper.exception.ConnectionException: instance must be connected.
The text was updated successfully, but these errors were encountered: