Re: Error in acceptor (kafka.network.Acceptor)

2014-09-11 Thread Shlomi Hazan
No, just a bare centos 6.5 on an EC2 instance On Sep 11, 2014 1:39 AM, "Jun Rao" wrote: > I meant whether you start the broker in service containers like jetty or > tomcat. > > Thanks, > > Jun > > On Wed, Sep 10, 2014 at 12:28 AM, Shlomi Hazan wrote: > > > Hi, sorry, what do you mean by 'contain

Re: Error in acceptor (kafka.network.Acceptor)

2014-09-10 Thread Jun Rao
I meant whether you start the broker in service containers like jetty or tomcat. Thanks, Jun On Wed, Sep 10, 2014 at 12:28 AM, Shlomi Hazan wrote: > Hi, sorry, what do you mean by 'container'? I use bare EC2 instances... > Shlomi > > On Wed, Sep 10, 2014 at 1:41 AM, Jun Rao wrote: > > > Are y

Re: Error in acceptor (kafka.network.Acceptor)

2014-09-10 Thread Shlomi Hazan
Hi, sorry, what do you mean by 'container'? I use bare EC2 instances... Shlomi On Wed, Sep 10, 2014 at 1:41 AM, Jun Rao wrote: > Are you starting the broker in some container? You want to make sure that > the container doesn't overwrite the open file handler limit. > > Thanks, > > Jun > > On Tue

Re: Error in acceptor (kafka.network.Acceptor)

2014-09-09 Thread Jun Rao
Are you starting the broker in some container? You want to make sure that the container doesn't overwrite the open file handler limit. Thanks, Jun On Tue, Sep 9, 2014 at 12:05 AM, Shlomi Hazan wrote: > Hi, > it's probably beyond that. it may be an issue with the number of files > Kafka can hav

Re: Error in acceptor (kafka.network.Acceptor)

2014-09-09 Thread Shlomi Hazan
Hi, it's probably beyond that. it may be an issue with the number of files Kafka can have opened concurrently. A previous conversation with Joe about (build failes for latest stable source tgz (kafka_2.9.2-0.8.1.1)) turned out to discuss this (Q's by Joe, A's by me): 1. what else on the logs? [*se

Re: Error in acceptor (kafka.network.Acceptor)

2014-09-08 Thread Jun Rao
What type of error did you see? You may need to configure a larger open file handler limit. Thanks, Jun On Wed, Sep 3, 2014 at 12:01 PM, Shlomi Hazan wrote: > Hi, > > I am trying to load a cluster with over than 10K connections, and bumped > into the error in the subject. > Is there any limita