RE: Error while producing messages

2014-08-11 Thread Tanneru, Raj
okers too quickly, but shutdown one broker at a time, wait for the systems to resume back to normal state (i.e. no more transient errors or warnings), and then the next one. Guozhang On Mon, Aug 11, 2014 at 10:08 AM, Tanneru, Raj wrote: > I shutdown 3 out 5. With 2 brokers I start seeing

RE: Error while producing messages

2014-08-11 Thread Tanneru, Raj
-partition topics, if the replication factor is 3, this partition will be hosted on 3 brokers. Guozhang On Mon, Aug 11, 2014 at 9:46 AM, Tanneru, Raj wrote: > Sorry I should have provided this information. All my topics have > single partition meaning there are 2 nodes that already have

RE: Error while producing messages

2014-08-11 Thread Tanneru, Raj
that happen to be only hosted on those 3 shutdown brokers would be not available, unless controlled shutdown is used. Guozhang On Sat, Aug 9, 2014 at 10:59 AM, Tanneru, Raj wrote: > Guozhang, > > Our replication factor is 3. > > > Thanks, > Raj Tanneru > > > --

RE: Error while producing messages

2014-08-09 Thread Tanneru, Raj
? Guozhang On Fri, Aug 8, 2014 at 5:02 PM, Tanneru, Raj wrote: > Hi, > > > > I am trying to do capacity sizing estimate for our kafka cluster. I > started with 5 broker cluster and 3 node zk. Used a simple java based > producer to send messages to 5 topics that are created in th

Error while producing messages

2014-08-08 Thread Tanneru, Raj
Hi, I am trying to do capacity sizing estimate for our kafka cluster. I started with 5 broker cluster and 3 node zk. Used a simple java based producer to send messages to 5 topics that are created in the cluster. I used 2 client machines with 100 worker threads each sending messages continuou

Kafka cluster setup

2014-07-21 Thread Tanneru, Raj
Sorry for the spam. I am new to apache kafka. Can someone point me to kafka cluster installation document. I am planning to set up a 3 node ZK quorum and 10 broker cluster. Thanks, Raj Tanneru