Re: Review Request 30809: Patch for KAFKA-1888

2015-04-02 Thread Abhishek Nigam
On March 31, 2015, 9:20 p.m., Joel Koshy wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, line 1 https://reviews.apache.org/r/30809/diff/4/?file=903374#file903374line1 This should definitely not be in tools - this should probably live somewhere under

Re: Review Request 30809: Patch for KAFKA-1888

2015-04-02 Thread Abhishek Nigam
On April 2, 2015, 1:38 a.m., Jun Rao wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, lines 431-437 https://reviews.apache.org/r/30809/diff/4/?file=903374#file903374line431 Could we add a description of the test (what kind of data is generated, how does

Re: Review Request 30809: Patch for KAFKA-1888

2015-04-01 Thread Jun Rao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review78630 --- Thanks for the patch. A few high level comments. 1. I think we are

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-31 Thread Joel Koshy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review78270 --- bin/kafka-run-class.sh

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-25 Thread Ashish Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review77732 --- bin/kafka-run-class.sh

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-23 Thread Abhishek Nigam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/ --- (Updated March 23, 2015, 6:54 p.m.) Review request for kafka. Bugs:

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-17 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review76835 --- Also, I think we can move ValidatingProducer/Consumer and

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-11 Thread Gwen Shapira
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review76157 --- This looks like a very good start. I think the framework is

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-11 Thread Jiangjie Qin
On March 12, 2015, 12:13 a.m., Jiangjie Qin wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, line 183 https://reviews.apache.org/r/30809/diff/3/?file=889855#file889855line183 This is essentially a sync approach, can we use callback to do this? Abhishek Nigam

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-11 Thread Abhishek Nigam
On March 12, 2015, 12:13 a.m., Jiangjie Qin wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, line 183 https://reviews.apache.org/r/30809/diff/3/?file=889855#file889855line183 This is essentially a sync approach, can we use callback to do this? This is

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-11 Thread Abhishek Nigam
On March 11, 2015, 11:12 p.m., Gwen Shapira wrote: This looks like a very good start. I think the framework is flexible enough to allow us to add a variety of upgrade tests. I'm looking forward to it. I have few comments, but mostly I'm still confused on how this will be used.

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-11 Thread Jiangjie Qin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review76173 --- core/src/main/scala/kafka/tools/ContinuousValidationTest.java

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-10 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review73382 --- build.gradle https://reviews.apache.org/r/30809/#comment119686

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-10 Thread Guozhang Wang
On March 10, 2015, 11:44 p.m., Guozhang Wang wrote: This is from some old review comments, I will upload rest of them soon. - Guozhang --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-09 Thread Abhishek Nigam
On Feb. 18, 2015, 12:06 a.m., Mayuresh Gharat wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, line 400 https://reviews.apache.org/r/30809/diff/1/?file=859055#file859055line400 The common format of commenting is : // this is a comment

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-09 Thread Abhishek Nigam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/ --- (Updated March 9, 2015, 11:55 p.m.) Review request for kafka. Bugs:

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-09 Thread Abhishek Nigam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review73061 --- core/src/main/scala/kafka/tools/ContinuousValidationTest.java

Re: Review Request 30809: Patch for KAFKA-1888

2015-03-09 Thread Abhishek Nigam
On Feb. 18, 2015, 12:06 a.m., Mayuresh Gharat wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, line 168 https://reviews.apache.org/r/30809/diff/1/?file=859055#file859055line168 same here can we use isInterrupted()?

Re: Review Request 30809: Patch for KAFKA-1888

2015-02-18 Thread Abhishek Nigam
On Feb. 18, 2015, 12:06 a.m., Mayuresh Gharat wrote: core/src/main/scala/kafka/tools/ContinuousValidationTest.java, line 207 https://reviews.apache.org/r/30809/diff/1/?file=859055#file859055line207 This might end up in infinite loop if something goes wrong with cluster, right?

Re: Review Request 30809: Patch for KAFKA-1888

2015-02-17 Thread Mayuresh Gharat
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/#review72786 --- core/src/main/scala/kafka/tools/ContinuousValidationTest.java

Re: Review Request 30809: Patch for KAFKA-1888

2015-02-17 Thread Abhishek Nigam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/ --- (Updated Feb. 18, 2015, 1:59 a.m.) Review request for kafka. Bugs:

Re: Review Request 30809: Patch for KAFKA-1888

2015-02-09 Thread Abhishek Nigam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/ --- (Updated Feb. 9, 2015, 11:53 p.m.) Review request for kafka. Bugs:

Review Request 30809: Patch for KAFKA-1888

2015-02-09 Thread Abhishek Nigam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30809/ --- Review request for kafka. Bugs: KAFKA-1888