[Zookeeper-user] EOFExceptions

2008-08-08 Thread Avinash Lakshman
I constantly keeping getting this exception on 3 of my servers in the cluster: WARN - Trying to connect to a.b.c.d/10.18.39.211:5001 WARN - Priming connection to java.nio.channels.SocketChannel[connected local=/10.17.64.199:6088 remote=a.b.c.d/10.18.39.211:5001] WARN - Closing:

Re: [Zookeeper-user] EOFExceptions

2008-08-08 Thread Patrick Hunt
Hi Avinash, you mentioned that this is happening on your 3 servers, however this is a client exception afaict from the exception: ClientCnxn$SendThread.run(ClientCnxn.java:705) this looks very similar to the following issue which we are currently working to address: