Re: trunk unit test failure

2014-02-18 Thread Joe Stein
Ok, I can't upload a patch to JIRA because it keeps re-indexing itself ... =8^/ what I have found out and confirmed in testing is that ~/.gradle/gradle.properties overrides the local gradle.properties so we can keep (and have to it seems) the mavenXXX fields in there ... I was about to build the f

Re: Reg Exception in Kafka

2014-02-18 Thread Jun Rao
Any issue with the network? Thanks, Jun On Tue, Feb 18, 2014 at 7:48 PM, Balasubramanian Jayaraman (Contingent) < balasubramanian.jayara...@autodesk.com> wrote: > I just came from vacation. > When I tested it, I get a Connect Exception. The complete stack trace is > given below. > > Exception

Re: 0.8.1 ETA?

2014-02-18 Thread Jun Rao
We have created the 0.8.1 release branch. We can probably start voting later this week or early next week. Thanks, Jun On Tue, Feb 18, 2014 at 9:30 AM, Priya Matpadi wrote: > Hello, > > Do we have a date yet for 0.8.1 release? > > Thanks, > Priya > > > On Fri, Jan 31, 2014 at 8:48 AM, Neha Nar

RE: Reg Exception in Kafka

2014-02-18 Thread Balasubramanian Jayaraman (Contingent)
I just came from vacation. When I tested it, I get a Connect Exception. The complete stack trace is given below. Exception Stack Trace Java Thin Client: ava.net.ConnectException: Connection timed out: connect at sun.nio.ch.Net.connect0(Native Method) at sun.nio.ch.Net.connect(

Re: trunk unit test failure

2014-02-18 Thread Joe Stein
Taking a look now /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop / On Tue, Feb 18, 201

Re: trunk unit test failure

2014-02-18 Thread Jun Rao
I tested this out. It seems that after the patch in https://issues.apache.org/jira/browse/KAFKA-1245, we need to update the gradle property file. Following up on that jira. Thanks, Jun On Tue, Feb 18, 2014 at 3:23 PM, Jun Rao wrote: > Actually, most people don't need to create the gradle.prop

Re: trunk unit test failure

2014-02-18 Thread Jun Rao
Actually, most people don't need to create the gradle.properties file. You only need to do that if you plan to push artifacts to maven. Thanks, Jun On Mon, Feb 17, 2014 at 7:41 PM, Guozhang Wang wrote: > testSendToPartition is suppose to fail now since it detects some bugs in > the new produc

Re: trunk unit test failure

2014-02-18 Thread Guozhang Wang
Jay. I think the plan is to ship a default in the final release, details in the RB: https://reviews.apache.org/r/17879/ For now just commenting out the @Test tag does not help since the junit test will still search for any functions with prefix test... So we need to change the function name as w

Re: trunk unit test failure

2014-02-18 Thread Bae, Jae Hyeon
OK, it looks like JDK 7 problem. In my linux machine with JDK 6, unit tests were fine except new Producer one. Thank you On Tue, Feb 18, 2014 at 8:44 AM, Jay Kreps wrote: > Why do we need to create that gradle file? Can't we ship a default for > that? > > Also we should really comment out the

Re: ERROR encountered while changing partition's state from New to Online

2014-02-18 Thread Bae, Jae Hyeon
I didn't see zk session expiration but I will double check. Also, I am not using zkclient-0.3 directly and I am using Curator-ZkClient bridge. So, if problem doesn't go away, I will update curator version and retry it. Thank you Best, Jae On Mon, Feb 17, 2014 at 8:11 PM, Jun Rao wrote: > The f

Re: 0.8.1 ETA?

2014-02-18 Thread Priya Matpadi
Hello, Do we have a date yet for 0.8.1 release? Thanks, Priya On Fri, Jan 31, 2014 at 8:48 AM, Neha Narkhede wrote: > The delete topic functionality is in progress (KAFKA-330). We were hoping > to release 0.8.1 with that. So it's probably 1-2 weeks away. As for the > rest of the issues, we pro

Re: trunk unit test failure

2014-02-18 Thread Jay Kreps
Why do we need to create that gradle file? Can't we ship a default for that? Also we should really comment out the @Test annotation on the failing test. I think we checked that in so I had a case to fix against but I think it is a bit disruptive. -Jay On Mon, Feb 17, 2014 at 7:41 PM, Guozhang W