yeah, earlier today -while I was pulling the standalone tests out of hbase-provider into slider-core and making sure everything worked (SLIDER-33)
it's the RM bailing out, and looks a bit like a race so I sent it over to YARN land https://issues.apache.org/jira/browse/YARN-2057 I've seen it again about 5 minutes ago while iterating code & test with TestStandaloneRegistryAM; again -goes away on a retry. Nice to see its more than just me -interesting that it surfaced today for both of us On 14 May 2014 15:08, Sumit Mohanty <[email protected]> wrote: > Anyone else running into the following while running "mvn test". This > happens to me at the end of running slider-core unit tests? > > Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on > project slider-core: ExecutionException; nested exception is > java.util.concurrent.ExecutionException: java.lang.RuntimeException: The > forked VM terminated without saying properly goodbye. VM crash or > System.exit called ? > [ERROR] Command was/bin/sh -c cd > /Users/smohanty/enlistments/slider/slider-core && > > /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/bin/java > -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -jar > > /Users/smohanty/enlistments/slider/slider-core/target/surefire/surefirebooter2698554054804833067.jar > > /Users/smohanty/enlistments/slider/slider-core/target/surefire/surefire7904345317439255671tmp > > /Users/smohanty/enlistments/slider/slider-core/target/surefire/surefire_202557280023107823470tmp > > -Sumit > > -- > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity to > which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
