Re: simple test fails on OSX

2016-08-10 Thread Eric Newton
Thanks Manu for taking a look. I updated the test to run against 0.10.0.0, and it appears to work. I'm now working my way back to my original issue in our application to see if it is still broken. Testing is slowed by the fact that I don't use a Mac, and I'm very new to kafka. Hopefully you don

Re: simple test fails on OSX

2016-08-10 Thread Manu Zhang
Hi Eric, I can reproduce your problem although I have no idea yet what is going wrong. Do you have any updates ? Regards, Manu Zhang On Mon, Aug 8, 2016 at 11:03 AM Eric Newton wrote: > I wrote a little unit test and it works as I expect on linux (ubuntu, > redhat, openjdk 1.8). > > It fails r

simple test fails on OSX

2016-08-07 Thread Eric Newton
I wrote a little unit test and it works as I expect on linux (ubuntu, redhat, openjdk 1.8). It fails regularly on a colleagues' OSX build environment with Oracle jdk1.8.0_45. The intent of the test is to write out a file of random lines. Each line is sent into a kafka as a message. A single consu