From: Avinash L. <avi...@gm...> - 2008-07-24 05:04:56
|
How can I fix this issue? I have a cluster of 5 nodes running Zookeeper. Now I have a bunch of other nodes that use Zookeeper to elect a leader amongst themselves. No other explicit communication with Zookeeper. I keep seeing these annoying exceptions. What do I do to get rid of them? I can bounce the Zookeeper instance but would that mean I will have to bounce the other nodes too? Please advice. Avinash On Wed, Jul 23, 2008 at 12:06 PM, Mahadev Konar <ma...@ya...>wrote: > This looks a little weird. This mostly would happen if the server goes > down or closes the connection — which should not happen often. Can you give > us some background on what you are trying to do and whats your setup? > > mahadev > > > On 7/23/08 11:56 AM, "Avinash Lakshman" <avi...@gm...> > wrote: > > Could someone please tell me what this exception could be? I get a bunch of > these: > > system.log:java.io <http://java.io> . > EOFException > system.log- at > java.io.DataInputStream.readInt(DataInputStream.java:392) > system.log- at > com.yahoo.jute.BinaryInputArchive.readInt(BinaryInputArchive.java:64) > system.log- at > com.yahoo.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:98) > system.log- at > com.yahoo.zookeeper.proto.ConnectResponse.deserialize(ConnectResponse.java:59) > system.log- at > com.yahoo.zookeeper.ClientCnxn$SendThread.readConnectResult(ClientCnxn.java:400) > system.log- at > com.yahoo.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:492) > system.log- at > com.yahoo.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:705) > > 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=100&url=/ > ------------------------------ > _______________________________________________ > Zookeeper-user mailing list > Zoo...@li... > https://lists.sourceforge.net/lists/listinfo/zookeeper-user > > |