You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Adeel Shahzad <ad...@ironhorseinteractive.com> on 2017/04/08 14:29:52 UTC

Fwd: EndOfStreamException and Client session timed out

---------- Forwarded message ----------
From: Adeel Shahzad <ad...@ironhorseinteractive.com>
Date: Sat, Apr 8, 2017 at 1:43 PM
Subject: EndOfStreamException and Client session timed out
To: dev@kafka.apache.org


Hello,

We continuously get EndOfStreamException in zookeeper logs,

[2017-04-06 19:15:24,350] WARN EndOfStreamException: Unable to read
additional data from client sessionid 0x15b43c712fc03a5, likely client has
closed socket (org.apache.zookeeper.server.NIOServerCnxn)

And in the client's (consumer) logs, we get session time out,

main-SendThread(localhost:2181) INFO  2017-04-06 21:30:27,823:
org.apache.zookeeper.ClientCnxn Session establishment complete on server
localhost/127.0.0.1:2181, sessionid = 0x15b43c712fc03a5, negotiated timeout
= 6000

Is it normal behavior ?


We are actually amid investigation for the issue and it consumers are
unable to read messages from queue. And producers are unable to put in.
Thus, the whole process in jammed.

What do you suggest?

Thanks,
Adeel Shahzad