|
From: Avinash L. <avi...@gm...> - 2008-07-24 07:09:01
|
Here is the exception I am seeing at the server on one of the machines. But
this happened in the morning at around 9/10 AM.
2008-07-09 17:33:34,607 - WARN [FollowerHandler-/10.18.38.191:39598
:FollowerHandler@346] - ******* GOODBYE /10.18.38.191:39598 ********
2008-07-09 21:41:30,380 - ERROR [FollowerHandler-/10.18.38.191:21568
:FollowerHandler@341] - FIXMSG
java.io.EOFException
at java.io.DataInputStream.readInt(DataInputStream.java:358)
at
com.yahoo.jute.BinaryInputArchive.readInt(BinaryInputArchive.java:64)
at
com.yahoo.zookeeper.server.quorum.QuorumPacket.deserialize(QuorumPacket.java:65)
at
com.yahoo.jute.BinaryInputArchive.readRecord(BinaryInputArchive.java:109)
at
com.yahoo.zookeeper.server.quorum.FollowerHandler.run(FollowerHandler.java:277)
I can start the client and see if this continues to occur. But the exception
still continues to surface on the client.
Avinash
On Wed, Jul 23, 2008 at 11:01 PM, Benjamin Reed <br...@ya...> wrote:
> Are you seeing any errors in the ZooKeeper server logs? Looking more
> closely that error is happening in a very strange location. I would think
> that something should show up in the error log of one of the servers. Are
> other clients working? I assume that the client that is getting the
> exception is not working right? Does this keep happening even after you
> restart the client?
>
> thanx
> ben
>
>
>
> Avinash Lakshman wrote:
>
> 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
>>
>>
> ------------------------------
>
> -------------------------------------------------------------------------
> 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 worldhttp://moblin-contest.org/redirect.php?banner_id=100&url=/
>
> ------------------------------
>
> _______________________________________________
> Zookeeper-user mailing lis...@li...://lists.sourceforge.net/lists/listinfo/zookeeper-user
>
>
>
|