Re: kafka.common.UnknownTopicOrPartitionException

2013-10-11 Thread Neha Narkhede
The state-change.log captures critical state change information about all partitions in a Kafka cluster and we have toolsthat you can use on the state-change.log to self troubleshoot any

Re: kafka.common.UnknownTopicOrPartitionException

2013-10-10 Thread Snehalata Nagaje
Yes, but I have commented the the option in log4J. properties Thanks, Snehalata -- From: "Monika Garg" Sent: Friday, October 11, 2013 11:01 AM To: Subject: Re: kafka.common.UnknownTopicOrPartitionException Hi Snehalata state-chan

Re: kafka.common.UnknownTopicOrPartitionException

2013-10-10 Thread Monika Garg
Hi Snehalata state-change log are automatically created if you are using kafka-0.8 version. On Wed, Oct 9, 2013 at 10:42 AM, Snehalata Nagaje < snehalata.nag...@harbingergroup.com> wrote: > Actually state-change log setting is not on. So could not find the > state-change log. > > ---

Re: kafka.common.UnknownTopicOrPartitionException

2013-10-08 Thread Snehalata Nagaje
Actually state-change log setting is not on. So could not find the state-change log. -- From: "Jun Rao" Sent: Tuesday, October 08, 2013 8:24 PM To: Subject: Re: kafka.common.UnknownTopicOrPartitionException Any error in the cont

Re: kafka.common.UnknownTopicOrPartitionException

2013-10-08 Thread Jun Rao
Any error in the controller and state-change log? Thanks, Jun On Tue, Oct 8, 2013 at 5:41 AM, Snehalata Nagaje < snehalata.nag...@harbingergroup.com> wrote: > Hi , > > I am getting below exception when I consume any message from given topic, > when I checked the log file,, topic is already exi

Re: kafka.common.UnknownTopicOrPartitionException

2013-10-08 Thread Neha Narkhede
Can you please explain how to reproduce this by starting from a clean zookeeper and kafka installation? Thanks, Neha On Oct 8, 2013 5:42 AM, "Snehalata Nagaje" < snehalata.nag...@harbingergroup.com> wrote: > Hi , > > I am getting below exception when I consume any message from given topic, > when