Hi all I came across one issue related to Client side packet response timeout In my cluster many packet drops happened for some time.
One observation is the zookeeper client got hanged. As per the thread dump it is waiting for the response/ACK for the operation performed (synchronous API used here). I am using zookeeper.serverCnxnFactory=org.apache.zookeeper.server.NIOServerCnxnFactory Since only few packets missed there is no DISCONNECTED event occurred. Can we add a "response time out" for the operations or packets. Regards -nijel
