You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Eduardo Alfaia <ed...@gmail.com> on 2013/10/29 23:29:20 UTC

EndOfStreamException: Unable to read additional data from client

Hi all,

I am trying deploy a topology in Storm (WordCount for example), but I get
this error:
EndOfStreamException: Unable to read additional data from client sessionid
0x13af9131eee0000, likely client has closed socket

I am using CentOS 6.4
JDK 6

The Zookeeper was configured like standalone and Strom with 1 node.
-- 
MSc Eduardo Costa Alfaia
PhD Student
Università degli Studi di Brescia

Re: EndOfStreamException: Unable to read additional data from client

Posted by Jordan Zimmerman <jo...@jordanzimmerman.com>.
That's usually due to a ZNode containing too much data or having too many children. 

By default ZooKeeper has a 1 MB transport limit. Check the ZK docs on this. 

====================
Jordan Zimmerman

> On Oct 29, 2013, at 3:29 PM, Eduardo Alfaia <ed...@gmail.com> wrote:
> 
> Hi all,
> 
> I am trying deploy a topology in Storm (WordCount for example), but I get
> this error:
> EndOfStreamException: Unable to read additional data from client sessionid
> 0x13af9131eee0000, likely client has closed socket
> 
> I am using CentOS 6.4
> JDK 6
> 
> The Zookeeper was configured like standalone and Strom with 1 node.
> -- 
> MSc Eduardo Costa Alfaia
> PhD Student
> Università degli Studi di Brescia