Re: [VOTE] Bookkeeper 4.2.2 release candidate 0

2013-09-12 Thread Ivan Kelly
Hi Jiannan, Could you send me the logs for this. The argLine in the pom has no affect here because that only applies to the surefire child process. This OOM is in the maven process itself, because the test is producing too many logs. I'll try reducing my heap to see if I can get the same to

Re: [VOTE] Bookkeeper 4.2.2 release candidate 0

2013-09-12 Thread Ivan Kelly
I managed to repro with MAVEN_OPTS=-Xmx128M mvn test -Dtest=GcLedgersTest The test in question creates 3 ledgers, using asyncCreateLedgers, which causes a lot of zk INFO level log messages. This isn't an issue worth blocking the release for. -Ivan On Thu, Sep 12, 2013 at 09:42:49AM

Re: [VOTE] Bookkeeper 4.2.2 release candidate 0

2013-09-12 Thread Jiannan Wang
Hi Ivan, The log has been sent to your personal yahoo mail, please check it. Your explanation makes sense, thanks, Best, Jiannan On 9/12/13 5:42 PM, Ivan Kelly iv...@apache.org wrote: Hi Jiannan, Could you send me the logs for this. The argLine in the pom has no affect here because that