Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

zookeeper + Unable to read additional data from client session id

avatar

hi all


we saw a millions WARN message from zookeeper log



2019-06-26 04:07:06,459 [myid:2] - WARN  [NIOServerCxn.Factory 0.000.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid 0x26b8e150308cd3c, likely client has closed socket
    at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
    at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
    at java.lang.Thread.run(Thread.java:745)


what is the meaning of this warning ?

Michael-Bronson
5 REPLIES 5

avatar
Master Mentor

@Michael Bronson

Here is an article by HWX support "unable to read additional data from client session id" you could try check your log4j.properties to adjust those warnings.


avatar

avatar

@dear Geoffrey Shelton Okot · what you think about the link from stackoverflow ?


Michael-Bronson

avatar

The above question were originally posted in the Community Help track. On Wed Jun 26 21:14 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself, not technical questions about zookeeper.

Bill Brooks, Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
New Contributor

Hello. @mike_bronson7 

I also had same WARN message from zookeeper log.

Did you solve this problem?

My Kafka Cluster:

3 different servers.

1 zookeeper and 1 broker are on each server.

2 brokers are down after this WARN message.