Skip to content

Instantly share code, notes, and snippets.

@dhardy92
Created July 10, 2014 15:57
Show Gist options
  • Save dhardy92/c8a20d1d054b9f05d919 to your computer and use it in GitHub Desktop.
Save dhardy92/c8a20d1d054b9f05d919 to your computer and use it in GitHub Desktop.
Zookeeper server log during aurora attempt of election
2014-07-10 16:25:50,889 [myid:1] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@202] - Accepted socket connection from /192.168.2.74:46653
2014-07-10 16:25:50,890 [myid:1] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@202] - Accepted socket connection from /192.168.2.74:46654
2014-07-10 16:25:50,890 [myid:1] - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@785] - Connection request from old client /192.168.2.74:46653; will be dropped if server is in r-o mode
2014-07-10 16:25:50,890 [myid:1] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@831] - Client attempting to establish new session at /192.168.2.74:46653
2014-07-10 16:25:50,890 [myid:1] - WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@785] - Connection request from old client /192.168.2.74:46654; will be dropped if server is in r-o mode
2014-07-10 16:25:50,890 [myid:1] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@831] - Client attempting to establish new session at /192.168.2.74:46654
2014-07-10 16:25:50,898 [myid:1] - INFO [CommitProcessor:1:ZooKeeperServer@595] - Established session 0x1465d7c52950066 with negotiated timeout 4000 for client /192.168.2.74:46653
2014-07-10 16:25:50,904 [myid:1] - INFO [CommitProcessor:1:ZooKeeperServer@595] - Established session 0x1465d7c52950067 with negotiated timeout 4000 for client /192.168.2.74:46654
2014-07-10 16:26:21,209 [myid:1] - 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 0x1465d7c52950066, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:213)
at java.lang.Thread.run(Thread.java:662)
2014-07-10 16:26:21,209 [myid:1] - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1000] - Closed socket connection for client /192.168.2.74:46653 which had sessionid 0x1465d7c52950066
2014-07-10 16:26:21,213 [myid:1] - 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 0x1465d7c52950067, likely client has closed socket
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:213)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment