[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:
java.io.EOFException
at java.io.DataInputStream.readInt(DataInputStream.java:392)
at
com.yahoo.jute.BinaryInputArchive.readInt(BinaryInputArchive.java:64)
at
com.yahoo.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:98)
at
com.yahoo.zookeeper.proto.ConnectResponse.deserialize(ConnectResponse.java:59)
at
com.yahoo.zookeeper.ClientCnxn$SendThread.readConnectResult(ClientCnxn.java:400)
at
com.yahoo.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:492)
at
com.yahoo.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:705)


Is this benign? It wasn't for the last week and suddenly started doing this.

Avinash
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Zookeeper-user mailing list
Zookeeper-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zookeeper-user


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:
https://issues.apache.org/jira/browse/ZOOKEEPER-63
Can you tell is this is printed when the client is closing a session 
with the server?

Patrick

ps. I'd encourage you to move to the new Apache mailing list(s):
http://hadoop.apache.org/zookeeper/mailing_lists.html

Avinash Lakshman wrote:
 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 
 http://10.18.39.211:5001
 WARN - Priming connection to java.nio.channels.SocketChannel[connected 
 local=/10.17.64.199:6088 http://10.17.64.199:6088 
 remote=a.b.c.d/10.18.39.211:5001 http://10.18.39.211:5001]
 WARN - Closing:
 java.io.EOFException
 at java.io.DataInputStream.readInt(DataInputStream.java:392)
 at 
 com.yahoo.jute.BinaryInputArchive.readInt(BinaryInputArchive.java:64)
 at 
 com.yahoo.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:98)
 at 
 com.yahoo.zookeeper.proto.ConnectResponse.deserialize(ConnectResponse.java:59)
 at 
 com.yahoo.zookeeper.ClientCnxn$SendThread.readConnectResult(ClientCnxn.java:400)
 at 
 com.yahoo.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:492)
 at 
 com.yahoo.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:705)
 
 
 Is this benign? It wasn't for the last week and suddenly started doing this.
 
 Avinash
 
 
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 
 
 
 
 ___
 Zookeeper-user mailing list
 Zookeeper-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/zookeeper-user

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Zookeeper-user mailing list
Zookeeper-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zookeeper-user