Steven Raspudic created ZOOKEEPER-2917:
------------------------------------------
Summary: c client doesn't wait for server response upon closing
handle, generates EndOfStreamException and CancelledKeyExceptions warnings
Key: ZOOKEEPER-2917
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2917
Project: ZooKeeper
Issue Type: Bug
Affects Versions: 3.4.8
Reporter: Steven Raspudic
Basically seeing the same issue as documtented in
https://github.com/zk-ruby/zookeeper/pull/54#issuecomment-28764204
e.g.
[myid:] - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@349] -
caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid
0x14252332fe501c9, likely client has closed socket
at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
at java.lang.Thread.run(Thread.java:724)
2013-11-19 01:57:53,625 [myid:] - INFO [ProcessThread(sid:0
cport:-1)::PrepRequestProcessor@476] - Processed session termination for
sessionid: 0x14252332fe501c9
2013-11-19 01:57:53,626 [myid:] - INFO
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1001] - Closed socket
connection for client /127.0.0.1:58253 which had sessionid 0x
14252332fe501c9
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)