I am using apache-zookeeper
and kazoo framework
for one of my requirement. I have a simple zookeeper cluster setup and few clients connecting to server cluster to read node information. I am facing kazoo.exceptions.ConnectionLoss
randomly(once in fifty times).
My concern is on what all times this exception is raised ? Below are the points I thought.
- Connection to server was lost
- Server didn't respond back within timeout set in server configuration
Can there be any other reasons for this exception? I don't see documentation explaining anything in detail on this.