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 sahmed1...@gmail.com 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 sahmed1...@gmail.com wrote: Neha, But what do I

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-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 sahmed1...@gmail.com wrote: Hi, So I followed the instructions from here:

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 socket

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 sahmed1...@gmail.com wrote: Neha, But what do I need to start before running the tests, I tried to run the test testAsyncSendCanCorrectlyFailWithTimeout but I got