NoSuchElement exc from randomizedtesting onSlaveIdle ...

2012-12-14 Thread Michael McCandless
I was beasting the test (just running ant test in a while(1)), on IBM J9 (trying to repro the bug J9 hits in compiling FST.pack) ... and after many iterations, it hit this: [junit4:junit4] Dec 13, 2012 9:58:30 PM com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.eventbus.EventBus

Re: NoSuchElement exc from randomizedtesting onSlaveIdle ...

2012-12-14 Thread Dawid Weiss
Don't know what caused it -- but is seems impossible from Java centric point of view: [junit4:junit4] Caused by: java.util.NoSuchElementException [junit4:junit4] at java.util.ArrayDeque.removeFirst(ArrayDeque.java:289) [junit4:junit4] at

Re: NoSuchElement exc from randomizedtesting onSlaveIdle ...

2012-12-14 Thread Michael McCandless
On Fri, Dec 14, 2012 at 7:17 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Don't know what caused it -- but is seems impossible from Java centric point of view: [junit4:junit4] Caused by: java.util.NoSuchElementException [junit4:junit4] at

Re: NoSuchElement exc from randomizedtesting onSlaveIdle ...

2012-12-14 Thread Dawid Weiss
OK thanks Dawid. This sounds like a J9 issue! Craziness... Unless there's a bug in Google guava... I'd have to check and maybe stress test. Dawid - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional