Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Jason Rosenberg
Ok, Contrary to what I said above, the issue does seem to occur when kafka is launched by the sample startup scripts. I've filed a bug, with a test-case: https://issues.apache.org/jira/browse/KAFKA-945 I'm hoping there's a simple thing to change in the test code that will solve this (but I susp

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Jason Rosenberg
Hmmmthat's not working for me (no *.sources.jar files are generated). do I need to add a flag? On Mon, Jun 17, 2013 at 5:47 PM, Joe Stein wrote: > Yup, depending on your Scala version > > ./sbt "++2.9.2 package" > > 2.8.0, 2.8.2, 2.9.1, 2.9.2 are available > > /* > Joe Stein, Chief Archite

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Joe Stein
Yup, depending on your Scala version ./sbt "++2.9.2 package" 2.8.0, 2.8.2, 2.9.1, 2.9.2 are available /* Joe Stein, Chief Architect http://www.medialets.com Twitter: @allthingshadoop Mobile: 917-597-9771 */ On Jun 17, 2013, at 8:41 PM, Jason Rosenberg wrote: > Joe, > > I there also a way to

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Jason Rosenberg
Joe, I there also a way to generate a sources jar via sbt? Thanks, Jason On Mon, Jun 17, 2013 at 5:28 PM, Jason Rosenberg wrote: > Another thing I notice, is that the sample 'config/server.properties' in > many cases seems to have no correlation to the default config properties. > In some c

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Jason Rosenberg
Another thing I notice, is that the sample 'config/server.properties' in many cases seems to have no correlation to the default config properties. In some cases, it offers much greater allocation (e.g. for socket.send.buffer.bytes, and for others much less. Have all the sample settings in config/

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Joe Stein
you can use this to build the binary distributable ./sbt release-tar On Mon, Jun 17, 2013 at 8:17 PM, Jason Rosenberg wrote: > Looking at the convenience script for running kafka server, it builds a > classpath by looking in several directories (looking at > kafka-run-class.sh). > > This scr

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Jason Rosenberg
Looking at the convenience script for running kafka server, it builds a classpath by looking in several directories (looking at kafka-run-class.sh). This script includes a jar under perf/target, should I care about that, when launching a mavenized version of the server? Also, it includes jars und

Re: problems with one of my tests and the latest 0.8 branch

2013-06-17 Thread Jason Rosenberg
Ok, So it seems the issue is related somehow to how I've wrapped the server (using a container app, using the maven pom from "./sbt make-pom"). If I start the server using the script "kafka-server-start.sh", it works fine. Still looking (but haven't been able to see anything obvious so far). J

Re: problems with one of my tests and the latest 0.8 branch

2013-06-16 Thread Joe Stein
Jason, I just uploaded a signed binary build (kafka_2.8.2-0.8.0-beta1.jar) to the artifacts http://people.apache.org/~joestein/kafka-0.8.0-beta1-candidate1/ I also uploaded a 2.9.2 binary too kafka_2.9.2-0.8.0-beta1.jar On Sun, Jun 16, 2013 at 11:36 PM, Jason Rosenberg wrote: > Joe, > > So I

Re: problems with one of my tests and the latest 0.8 branch

2013-06-16 Thread Jason Rosenberg
Joe, So I am using the 2.8.2 build of the kafka jar, using that latest beta1-candidate1 tag. The code above should be all you need to reproduce the issue. I'll create a JIRA ticket. Thanks, Jason On Sun, Jun 16, 2013 at 8:32 PM, Joe Stein wrote: > I have been running tests on 2.9.2 and 2.8

Re: problems with one of my tests and the latest 0.8 branch

2013-06-16 Thread Joe Stein
I have been running tests on 2.9.2 and 2.8.2 without any issues off the beta1-candidate1 release tag https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=refs/tags/0.8.0-beta1 Binaries will be built from the source file available from download here : http://people.apache.org/~joestein/kafka

Re: problems with one of my tests and the latest 0.8 branch

2013-06-16 Thread Jason Rosenberg
Yep, The configs are good. And my apps are working fine too. It seems only to be an issue with this test (and a few others like it). Jason On Sun, Jun 16, 2013 at 3:02 PM, Eric Sites wrote: > Jason, > > > Did you update your config file with the new name of the zookeeper > settings: > > It w

Re: problems with one of my tests and the latest 0.8 branch

2013-06-16 Thread Eric Sites
Jason, Did you update your config file with the new name of the zookeeper settings: It was renamed from zk.connect to zookeeper.connect. You should check all of the settings because other setting names have changed as well. Cheers, Eric Sites On 6/16/13 5:14 PM, "Jason Rosenberg" wrote: >I'

problems with one of my tests and the latest 0.8 branch

2013-06-16 Thread Jason Rosenberg
I've started having problems with the latest version of the 0.8 branch. The test below has started failing. It was working fine with a prior version of 0.8, going back to Apr 30 (sha 988d4d8e65a14390abd748318a64e281e4a37c19). I haven't figured out when exactly it started failing, but I saw it wi