You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/12/03 12:31:00 UTC

[jira] [Created] (DRILL-8065) OOM Heap Space for TestTpchDistributedConcurrent

Vitalii Diravka created DRILL-8065:
--------------------------------------

             Summary: OOM Heap Space for TestTpchDistributedConcurrent
                 Key: DRILL-8065
                 URL: https://issues.apache.org/jira/browse/DRILL-8065
             Project: Apache Drill
          Issue Type: Sub-task
          Components: Tools, Build &amp; Test
    Affects Versions: 1.19.0
            Reporter: Vitalii Diravka
            Assignee: Vitalii Diravka
             Fix For: Future


There is random failure with lack of heap space for {_}TestTpchDistributedConcurrent{_}. Need to increase heap space for test cases.
{code:java}
1980442 ERROR [1e568e62-a57c-3aad-be1f-a3737530804d:frag:4:0] [org.apache.drill.common.CatastrophicFailure] - Catastrophic Failure Occurred, exiting. Information message: Unable to handle out of memory condition in FragmentExecutor.
42015java.lang.OutOfMemoryError: Java heap space
42016	at org.apache.drill.shaded.guava.com.google.common.io.ByteStreams.skipUpTo(ByteStreams.java:835)
42017	at org.apache.drill.shaded.guava.com.google.common.io.ByteSource.countBySkipping(ByteSource.java:222)
42018	at org.apache.drill.shaded.guava.com.google.common.io.ByteSource.size(ByteSource.java:200)
42019	at org.apache.drill.exec.store.ClassPathFileSystem.getFileStatus(ClassPathFileSystem.java:85)
42020	at org.apache.parquet.hadoop.util.HadoopInputFile.fromPath(HadoopInputFile.java:39) {code}
->
{code:java}
Error:  org.apache.drill.TestTpchDistributedConcurrent
42270Error:  org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? {code}
https://github.com/apache/drill/runs/4402736406?check_suite_focus=true



--
This message was sent by Atlassian Jira
(v8.20.1#820001)