Re: consumer null pointer exception

2013-11-01 Thread Kane Kane
Unfortunately I've recompiled and installed kafka from scratch today, deleting all data. I'm still doing these tests, will send you stacktrace if I would be able to repro it. Thanks for help! On Fri, Nov 1, 2013 at 6:13 PM, Neha Narkhede wrote: > Yes, could you send around the log4j file of the

Re: consumer null pointer exception

2013-11-01 Thread Neha Narkhede
Yes, could you send around the log4j file of the consumer around the time of the error in question. Thanks, Neha On Fri, Nov 1, 2013 at 11:35 AM, Kane Kane wrote: > Hello Neha, rest of the log goes to my consumer code, are you interested > in? It's a little bit modified version of ConsoleConsu

Re: consumer null pointer exception

2013-11-01 Thread Kane Kane
Hello Neha, rest of the log goes to my consumer code, are you interested in? It's a little bit modified version of ConsoleConsumer. Thanks. On Fri, Nov 1, 2013 at 9:24 AM, Neha Narkhede wrote: > Could you send the entire consumer log? > > > On Fri, Nov 1, 2013 at 7:45 AM, Kane Kane wrote: > >

Re: consumer null pointer exception

2013-11-01 Thread Neha Narkhede
Could you send the entire consumer log? On Fri, Nov 1, 2013 at 7:45 AM, Kane Kane wrote: > Hello Neha, I think i might be hitting this. I didn't shutdown the consumer > (at least intentionally). Basically it was just an attempt to pipe ~1T > through kafka, i would wild guess it's related to log

Re: consumer null pointer exception

2013-11-01 Thread Kane Kane
Hello Neha, I think i might be hitting this. I didn't shutdown the consumer (at least intentionally). Basically it was just an attempt to pipe ~1T through kafka, i would wild guess it's related to log expansion. Because around the time it happened i saw messages about expanding log, is it possible

Re: consumer null pointer exception

2013-11-01 Thread Neha Narkhede
I think you are hitting https://issues.apache.org/jira/browse/KAFKA-824. Was the consumer being shutdown at that time? On Fri, Nov 1, 2013 at 1:28 AM, Kane Kane wrote: > I've got the following exception running produce/consume loop for several > hours, > that was just single exception, but duri

consumer null pointer exception

2013-11-01 Thread Kane Kane
I've got the following exception running produce/consume loop for several hours, that was just single exception, but during that time both producers and consumers slowed down a lot. After that looks like everything works fine, though i have suspicion some messages were lost. Can anyone explain what