[ https://issues.apache.org/jira/browse/DRILL-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164432#comment-14164432 ]
Julian Hyde edited comment on DRILL-1489 at 10/9/14 12:12 AM: -------------------------------------------------------------- Next run, I get a JVM crash. See attached, java hotspot log file generated by jvm crash. {code} Running org.apache.drill.TestTpchDistributed Running org.apache.drill.TestUnionAll 16:51:56,987 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] 16:51:56,988 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 16:51:56,988 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/jhyde/open1/incubator-drill/exec/java-exec/target/test-classes/logback.xml] ... 16:51:59,146 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 16:51:59,148 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@8e0379d - Registering current configuration as safe fallback point # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fb0c38d8743, pid=21519, tid=140397126342400 # # JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode linux-amd64 compressed oops) # Problematic frame: # V [libjvm.so+0x94a743] oopDesc* PSPromotionManager::copy_to_survivor_space<false>(oopDesc*)+0x173 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/jhyde/open1/incubator-drill/exec/java-exec/hs_err_pid21519.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # Aborted SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ok summary true planner.disable_exchanges updated. Total rows returned : 1 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. dir0 dir1 o_custkey o_orderdate 1994 Q1 1292 1994-01-20T00:00:00.000-08:00 1994 Q1 890 1994-03-13T00:00:00.000-08:00 1994 Q1 1180 1994-01-01T00:00:00.000-08:00 1994 Q1 1411 1994-03-13T00:00:00.000-08:00 1994 Q1 392 1994-03-26T00:00:00.000-08:00 {code} was (Author: julianhyde): java hotspot log file generated by jvm crash > Test failures in TestClassTransformation and TestTpchSingleMode under JDK 1.8. > ------------------------------------------------------------------------------ > > Key: DRILL-1489 > URL: https://issues.apache.org/jira/browse/DRILL-1489 > Project: Apache Drill > Issue Type: Sub-task > Affects Versions: 0.6.0 > Reporter: Julian Hyde > Assignee: Aditya Kishore > Attachments: hs_err_pid21519.log > > > I downloaded the 0.6.0-rc1 source tarball, built and ran tests using "mvn > install" under JDK 1.8 on mac os x. > I got 1 error in TestClassTransformation and 3 errors in TestTpchSingleMode: > {code} > Tests run: 23, Failures: 0, Errors: 3, Skipped: 7, Time elapsed: 124.805 sec > <<< FAILURE! - in org.apache.drill.TestTpchSingleMode > tpch04(org.apache.drill.TestTpchSingleMode) Time elapsed: 50.01 sec <<< > ERROR! > java.lang.Exception: test timed out after 50000 milliseconds > at sun.misc.Unsafe.park(Native Method) > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) > at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) > at > org.apache.drill.exec.client.PrintingResultsListener.await(PrintingResultsListener.java:96) > at > org.apache.drill.BaseTestQuery.testRunAndPrint(BaseTestQuery.java:162) > at org.apache.drill.BaseTestQuery.test(BaseTestQuery.java:191) > at > org.apache.drill.TestTpchSingleMode.testSingleMode(TestTpchSingleMode.java:32) > at > org.apache.drill.TestTpchSingleMode.tpch04(TestTpchSingleMode.java:53) > tpch16(org.apache.drill.TestTpchSingleMode) Time elapsed: 50.004 sec <<< > ERROR! > java.lang.Exception: test timed out after 50000 milliseconds > at sun.misc.Unsafe.park(Native Method) > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) > at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) > at > org.apache.drill.exec.client.PrintingResultsListener.await(PrintingResultsListener.java:96) > at > org.apache.drill.BaseTestQuery.testRunAndPrint(BaseTestQuery.java:162) > at org.apache.drill.BaseTestQuery.test(BaseTestQuery.java:191) > at > org.apache.drill.TestTpchSingleMode.testSingleMode(TestTpchSingleMode.java:32) > at > org.apache.drill.TestTpchSingleMode.tpch16(TestTpchSingleMode.java:115) > org.apache.drill.TestTpchSingleMode Time elapsed: 10.107 sec <<< ERROR! > java.lang.IllegalStateException: Failure while trying to close allocator: > Child level allocators not closed. Stack trace: > java.lang.Thread.getStackTrace(Thread.java:1551) > > org.apache.drill.exec.memory.TopLevelAllocator.getChildAllocator(TopLevelAllocator.java:115) > > org.apache.drill.exec.ops.FragmentContext.<init>(FragmentContext.java:113) > > org.apache.drill.exec.work.foreman.QueryManager.runFragments(QueryManager.java:100) > > org.apache.drill.exec.work.foreman.Foreman.runPhysicalPlan(Foreman.java:410) > > org.apache.drill.exec.work.foreman.Foreman.runSQL(Foreman.java:427) > org.apache.drill.exec.work.foreman.Foreman.run(Foreman.java:219) > > org.apache.drill.exec.work.WorkManager$RunnableWrapper.run(WorkManager.java:250) > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > java.lang.Thread.run(Thread.java:744) > at > org.apache.drill.exec.memory.TopLevelAllocator.close(TopLevelAllocator.java:148) > at > org.apache.drill.exec.server.BootStrapContext.close(BootStrapContext.java:73) > at com.google.common.io.Closeables.close(Closeables.java:77) > at com.google.common.io.Closeables.closeQuietly(Closeables.java:108) > at org.apache.drill.exec.server.Drillbit.close(Drillbit.java:185) > at org.apache.drill.BaseTestQuery.closeClient(BaseTestQuery.java:125) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at java.lang.reflect.Method.invoke(Method.java:483) > at java.lang.reflect.Method.invoke(Method.java:483) > at > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) > at > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) > at > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) > at > org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) > at > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) > at > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) > Results : > Tests in error: > TestClassTransformation.testJDKClassCompiler:67->compilationInnerClass:109 > » IllegalArgument > > TestTpchSingleMode.tpch04:53->testSingleMode:32->BaseTestQuery.test:191->BaseTestQuery.testRunAndPrint:162 > » > > TestTpchSingleMode.tpch16:115->testSingleMode:32->BaseTestQuery.test:191->BaseTestQuery.testRunAndPrint:162 > » > TestTpchSingleMode>BaseTestQuery.closeClient:125 » IllegalState Failure > while ... > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)