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'

Re: 0.8 backup strategy anyone?

2013-06-16 Thread Ran RanUser
I've been researching Kafka for our requirements and am trying to figure out the best way to implement multi-region failover (lowest complexity). One requirement we have is that the offsets of the backup must match the primary. As I understand it, MirrorMaker does not (currently) guarantee that t

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