Maybe a bug?

2012-07-12 Thread Jonathan Creasy
I think a poorly implemented Producer in our dev environment may have triggered a bug in Kafka. We are running 0.71. The error: 2012-07-11 12:20:09,034 - [main:Logging$class@58] - Starting Kafka server... 2012-07-11 12:20:09,046 - [main:Logging$class@58] - Loading log 'test-0' 2012-07-11 12:20

Re: Maybe a bug?

2012-07-14 Thread Jun Rao
It seems that the error is introduced when parsing the topic string. Do you know what topic triggered the error? Thanks, Jun On Thu, Jul 12, 2012 at 6:12 PM, Jonathan Creasy wrote: > I think a poorly implemented Producer in our dev environment may have > triggered a bug in Kafka. > > We are ru

Re: Maybe a bug?

2012-07-16 Thread Jonathan Creasy
I believe it was "marketing". The Zookeeper structure looked like: /brokers/topics/marketing/log_hdfs_marketing instead of /brokers/topics/marketing/1 -Jonathan On Sat, Jul 14, 2012 at 11:41 AM, Jun Rao wrote: > It seems that the error is introduced when parsing the topic string. Do you > kn

Re: Maybe a bug?

2012-07-20 Thread Neha Narkhede
Jonathan, This issue is not coming from the zookeeper data, it is coming from the on-disk data. What do the contents of your kafka log directory look like ? The error is complaining that the partition directory that should look like "topic-partition" is malformed. Thanks, Neha On Mon, Jul 16, 20

Re: Maybe a bug?

2012-07-23 Thread Jonathan Creasy
I realize that this issue is complaining about the on-disk data. However, if something invalid was accepted, it would cause invalid data to be recorded both on-disk and in ZooKeeper which would relate those two, seemingly unrelated, things. I may have fixed this with https://issues.apache.org/jira