1312 发表于 2016-5-24 10:19:52

zookeeper报错问题


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2016-05-23 17:18:11,106 - INFO - Closed socket connection for client /127.0.0.1:11430 (no session established for client)
2016-05-23 17:18:41,751 - INFO - Accepted socket connection from /127.0.0.1:12098
2016-05-23 17:18:41,751 - WARN - 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:230)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
at java.lang.Thread.run(Thread.java:745)
2016-05-23 17:18:41,751 - INFO - Closed socket connection for client /127.0.0.1:12098 (no session established for client)
2016-05-23 17:18:55,219 - WARN - fsync-ing the write ahead log in SyncThread:1 took 1243ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
2016-05-23 17:19:11,679 - INFO - Accepted socket connection from /127.0.0.1:12815
2016-05-23 17:19:11,680 - WARN - 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:230)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
at java.lang.Thread.run(Thread.java:745)
2016-05-23 17:19:11,680 - INFO - Closed socket connection for client /127.0.0.1:12815 (no session established for client)
2016-05-23 17:19:41,018 - INFO - Accepted socket connection from /127.0.0.1:13507
2016-05-23 17:19:41,018 - WARN - caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket




页: [1]
查看完整版本: zookeeper报错问题