Hi All,
Facing following exception in zookeeper logs, t working fine for initial 10-15 mins and then start throwing following exceptions.
2014-12-30 14:49:28,663 [myid:] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn [ at ] 1007] - Closed socket connection for client /<Client-IP>:50861 (no session established for client)
2014-12-30 14:50:28,595 [myid:] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory [ at ] 197] - Accepted socket connection from /<Client-IP>:51042
2014-12-30 14:50:28,595 [myid:] - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn [ at ] 357] - caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
at java.lang.Thread.run(Thread.java:745)
Regards,
Nilesh Chhapru.
________________________________
Facing following exception in zookeeper logs, t working fine for initial 10-15 mins and then start throwing following exceptions.
2014-12-30 14:49:28,663 [myid:] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn [ at ] 1007] - Closed socket connection for client /<Client-IP>:50861 (no session established for client)
2014-12-30 14:50:28,595 [myid:] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory [ at ] 197] - Accepted socket connection from /<Client-IP>:51042
2014-12-30 14:50:28,595 [myid:] - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn [ at ] 357] - caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
at java.lang.Thread.run(Thread.java:745)
Regards,
Nilesh Chhapru.
________________________________