alexguan / node-zookeeper-client

A pure Javascript ZooKeeper client for Node.js
Other
540 stars 147 forks source link

Constantly getting EXPIRED session when zookeeper cluster has massive traffic #110

Open sliu2013 opened 3 years ago

sliu2013 commented 3 years ago

We have a service using this node-zookeeper-client lib to connect to a multi-host zookeeper cluster. When the zookeeper cluster has massive traffic, within one minute after the client successfully connects to the zk cluster, the new session becomes EXPIRED. It's confirmed by the zookeeper server log.

My questions are: