Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-28 Thread David Corley
Done On Sun, Jul 27, 2014 at 7:45 PM, Jun Rao jun...@gmail.com wrote: David, Apache mailing list doesn't seem to allow large attachments. Could you attach the stacktrace to the jira KAFKA-1533 (now reopened)? Thanks, Jun On Sun, Jul 27, 2014 at 11:21 AM, David Corley

Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-27 Thread David Corley
Nope. It definitely sent. Are there some restrictions on mailing list attachments I wonder? I'll put it inline here: = 2014-07-25 18:40:15 Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.65-b04-462 mixed mode): Attach Listener

Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-27 Thread Jun Rao
David, Apache mailing list doesn't seem to allow large attachments. Could you attach the stacktrace to the jira KAFKA-1533 (now reopened)? Thanks, Jun On Sun, Jul 27, 2014 at 11:21 AM, David Corley davidcor...@gmail.com wrote: Nope. It definitely sent. Are there some restrictions on mailing

Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-25 Thread David Corley
Hey Gouzhang, Yes, I spotted that commit and had updated my working copy to that, but the test is still hanging. If it's any help, the test looks like it's doing _something_ as the CPU usage ramps up significantly and stays there until I kill the process. /Dave On Thu, Jul 24, 2014 at 4:10 PM,

Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-25 Thread Guozhang Wang
Could you get a thread dump when it hangs? On Thu, Jul 24, 2014 at 11:01 PM, David Corley davidcor...@gmail.com wrote: Hey Gouzhang, Yes, I spotted that commit and had updated my working copy to that, but the test is still hanging. If it's any help, the test looks like it's doing

Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-25 Thread David Corley
Sure. Attaching here. On Fri, Jul 25, 2014 at 4:16 PM, Guozhang Wang wangg...@gmail.com wrote: Could you get a thread dump when it hangs? On Thu, Jul 24, 2014 at 11:01 PM, David Corley davidcor...@gmail.com wrote: Hey Gouzhang, Yes, I spotted that commit and had updated my working

Re: Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-25 Thread Guozhang Wang
Did you miss the attachment? On Fri, Jul 25, 2014 at 10:44 AM, David Corley davidcor...@gmail.com wrote: Sure. Attaching here. On Fri, Jul 25, 2014 at 4:16 PM, Guozhang Wang wangg...@gmail.com wrote: Could you get a thread dump when it hangs? On Thu, Jul 24, 2014 at 11:01 PM, David

Gradle hanging on unit test run against ProducerFailureHangingTest-testBrokerFailure

2014-07-24 Thread David Corley
Hey all, I'm trying my hand at writing some patches for open issues, but I'm running into issues with running gradlew test. It hangs every time when trying to run testBrokerFailure in the ProducerFailureHangingTest suite. It was working for a time, but I updated to trunk HEAD and it's no longer