> [junit4:junit4] ERROR: JVM J0 ended with an exception, command line: > /usr/local/openjdk7/jre/bin/java -XX:+UseG1GC -Dtests.prefix=tests -
I checked again, this is caused by two interfering issues -- 1) BasicDistributedZk2Test.testDistribSearch hangs on socket read (I posted a stack trace a while ago). 2) The JVM crashes without any core dump or any other info right after some of the hanging threads are interrupted when the timeout occurs. I filed an issue with the randomized runner too because some of the events (timeout messages, jstack stack traces) are truncated from the console log (when the JVM terminates the event stream is corrupted so the runner never completes the last suite's execution). This is recoverable from the *.events file though. I couldn't reproduce this issue either locally or on jenkins so I assume it is a race condition (possibly distributed) somewhere. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
