Re: first steps with the codebase

2012-12-12 Thread Neha Narkhede
>> but still wanted to know where folder it writes too). It picks a random string as the kafka log directory in /tmp. You might have to turn on some logging to see the name. Thanks, Neha On Wed, Dec 12, 2012 at 12:37 PM, S Ahmed wrote: > but still wanted to know where folder it writes > too).

Re: first steps with the codebase

2012-12-12 Thread S Ahmed
4:24 PM, Jain Rahul > wrote: > > > > > You can check in config/server.properties. By default it writes in > > > /tmp/kafka-logs/ . > > > > > > -Original Message----- > > > From: S Ahmed [mailto:sahmed1...@gmail.com] > > > Sent: 12 De

Re: first steps with the codebase

2012-12-11 Thread Jay Kreps
writes in > > /tmp/kafka-logs/ . > > > > -Original Message- > > From: S Ahmed [mailto:sahmed1...@gmail.com] > > Sent: 12 December 2012 02:51 > > To: users@kafka.apache.org > > Subject: Re: first steps with the codebase > > > >

Re: first steps with the codebase

2012-12-11 Thread S Ahmed
eck in config/server.properties. By default it writes in > /tmp/kafka-logs/ . > > -Original Message- > From: S Ahmed [mailto:sahmed1...@gmail.com] > Sent: 12 December 2012 02:51 > To: users@kafka.apache.org > Subject: Re: first steps with the codebase > > help anyone? :)

RE: first steps with the codebase

2012-12-11 Thread Jain Rahul
You can check in config/server.properties. By default it writes in /tmp/kafka-logs/ . -Original Message- From: S Ahmed [mailto:sahmed1...@gmail.com] Sent: 12 December 2012 02:51 To: users@kafka.apache.org Subject: Re: first steps with the codebase help anyone? :) Much much appreciated

Re: first steps with the codebase

2012-12-11 Thread S Ahmed
help anyone? :) Much much appreciated! On Tue, Dec 11, 2012 at 12:03 AM, S Ahmed wrote: > BTW, where exactly will the broker be writing these messages? Is it in a > /tmp folder? > > > On Tue, Dec 11, 2012 at 12:02 AM, S Ahmed wrote: > >> Neha, >> >> But what do I need to start before running

Re: first steps with the codebase

2012-12-10 Thread S Ahmed
BTW, where exactly will the broker be writing these messages? Is it in a /tmp folder? On Tue, Dec 11, 2012 at 12:02 AM, S Ahmed wrote: > Neha, > > But what do I need to start before running the tests, I tried to run the > test "testAsyncSendCanCorrectlyFailWithTimeout" but I got this: > > 2012

Re: first steps with the codebase

2012-12-10 Thread S Ahmed
Neha, But what do I need to start before running the tests, I tried to run the test "testAsyncSendCanCorrectlyFailWithTimeout" but I got this: 2012-12-11 00:01:08,974] WARN EndOfStreamException: Unable to read additional data from client sessionid 0x13b8856456a0002, likely client has closed socke

Re: first steps with the codebase

2012-12-10 Thread Neha Narkhede
You can take a look at one of the producer tests and attach breakpoints in the code. Ensure you pick the Debug Test instead of Run Test option. Thanks, Neha On Mon, Dec 10, 2012 at 7:31 PM, S Ahmed wrote: > Hi, > > So I followed the instructions from here: > https://cwiki.apache.org/confluence/d