Re: producer not pushing the data into broker

2014-02-23 Thread Arjun
Hi, thanks for the input. I will try to increase the number of retries and check. Thanks Arjun Narasimha kota On Monday 24 February 2014 10:44 AM, Jun Rao wrote: If those errors only show up transiently when brokers are started, then it's normal. It takes a bit of time for metadata to be prob

Re: producer not pushing the data into broker

2014-02-23 Thread Jun Rao
If those errors only show up transiently when brokers are started, then it's normal. It takes a bit of time for metadata to be probably to the newly started brokers. You may have to increase # retries to avoid the failure in the producer. Thanks, Jun On Sun, Feb 23, 2014 at 6:33 PM, Arjun wrot

Re: producer not pushing the data into broker

2014-02-23 Thread Arjun
Hi, No i have 3 kafka brokers running, but in the same system. I tried with the replication factor of 1 but it gives the same result. Thanks Arjun Narasimha Kota On Monday 24 February 2014 04:21 AM, Jun Rao wrote: With only one broker, do you really want to have replication factor 2? Maybe yo

Re: producer not pushing the data into broker

2014-02-23 Thread Jun Rao
With only one broker, do you really want to have replication factor 2? Maybe you could retry with replication factor 1. Thanks, Jun On Sat, Feb 22, 2014 at 12:54 AM, Arjun wrote: > Hi please find below the o/p of the list and the console producer. There > are no errors in the state change l

Re: producer not pushing the data into broker

2014-02-22 Thread Arjun
The consumer offset checker gives this error arjunn@PRINHYLTPDL0061:~/Kafka/kafka_2.8.0-0.8.0$ bin/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker --group group1 --zkconnect localhost:2181,localhost:2182,localhost:2183 --topic test Group Topic Pid Offset

Re: producer not pushing the data into broker

2014-02-22 Thread Arjun
Hi please find below the o/p of the list and the console producer. There are no errors in the state change log or in the controller log. One thing i found is this one happens only at starting time. I mean the first time, when i start kafka and try to insert the messages i see this error. ar

Re: producer not pushing the data into broker

2014-02-21 Thread Jun Rao
Could you do a list topic and show the output? Also, any error in the controller and state-change log? Thanks, Jun On Fri, Feb 21, 2014 at 2:33 AM, Arjun wrote: > hi, > > I am testing kafka 0.8 on my local machine. i have only one zookeeper and > one kafka broker running. > > when i run the c

producer not pushing the data into broker

2014-02-21 Thread Arjun
hi, I am testing kafka 0.8 on my local machine. i have only one zookeeper and one kafka broker running. when i run the console producer i get this error: [2014-02-21 16:01:20,512] WARN Error while fetching metadata [{TopicMetadata for topic test -> No partition metadata for topic test due to