Hi All, I have started few days ago to work with zookeeper and solr-cloud. In my development environment there is a cluster with three servers. Looking at zookeeper log files almost every second there is bunch of lines like these coming from server 1 and 3:
2015-04-02 23:30:55,054 [myid:1] - INFO [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@197] - Accepted socket connection from /192.168.0.49:48762 2015-04-02 23:30:55,054 [myid:1] - WARN [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2181:NIOServerCnxn@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:744) 2015-04-02 23:30:55,054 [myid:1] - INFO [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1007] - Closed socket connection for client /*192.168.0.49*:48762 (no session established for client) And again, and again, flooding the server logs. Everything seems working well, zookeeper is up and running. And even the solr-cloud cluster seems to be healty. I'm unable to understand why there are all these lines. Any help is really appreciated. -- Vincenzo D'Amore email: [email protected] skype: free.dev mobile: +39 349 8513251
