[
https://issues.apache.org/jira/browse/HIVE-24680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18082615#comment-18082615
]
Thomas Rebele commented on HIVE-24680:
--------------------------------------
I've executed the test locally with {{{}mvn test -pl itests/qtest -Pitests
-Dtest=TestMiniLlapCliDriver -Dqfile=unionDistinct_1.q{}}}. It uses a bit more
than 6GB memory. That might make the OutOfMemoryError more likely.
> TestMiniLlapCliDriver unionDistinct_1.q is flaky
> ------------------------------------------------
>
> Key: HIVE-24680
> URL: https://issues.apache.org/jira/browse/HIVE-24680
> Project: Hive
> Issue Type: Bug
> Reporter: Mustafa İman
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> [http://ci.hive.apache.org/job/hive-flaky-check/166/testReport/junit/org.apache.hadoop.hive.cli/TestMiniLlapCliDriver/testCliDriver_unionDistinct_1_/]
> {code:java}
> Client Execution succeeded but contained differences (error code = 1) after
> executing unionDistinct_1.q
> 176,178d175
> <
> <
> <
> 206d202
> < (
> 233d228
> < ]
> 4185d4179
> < ) a
> 4198d4191
> < ) aa
> 4490,4491d4482
> < #### A masked pattern was here ####
> < #### A masked pattern was here ####
> 4901d4891
> < DAG did not succeed due to VERTEX_FAILURE. failedVertices:1 killedVertices:9
> 5305d5294
> < FAILED: Execution Error, return code 2 from
> org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 7,
> vertexId=vertex_#ID#, diagnostics=[Vertex vertex_#ID# [Map 7] killed/failed
> due to:ROOT_INPUT_INIT_FAILURE, Vertex Input: src initializer failed,
> vertex=vertex_#ID# [Map 7], java.lang.OutOfMemoryError: GC overhead limit
> exceeded
> 8892d8880
> < PREHOOK: Input: default@src
> 9131d9118
> < PREHOOK: Output: default@union_subq_union30
> 9277d9263
> < PREHOOK: query: insert overwrite table union_subq_union30
> 9446d9431
> < PREHOOK: type: QUERY
> 10089,10090d10073
> < select * from (
> < select * from (
> 10214,10216d10196
> < select key, value, count(1) from src group by key, value
> < select key, value, count(1) from src group by key, value
> < select key, value from
> 10265,10266d10244
> < select key, value from src
> < select key, value from src
> 11928,11929d11905
> < Status: Failed
> < ) subq
> 12336d12311
> < UNION DISTINCT
> 12409d12383
> < UNION DISTINCT
> 12458d12431
> < UNION DISTINCT
> 12519,12529d12491
> < Vertex failed, vertexName=Map 7, vertexId=vertex_#ID#, diagnostics=[Vertex
> vertex_#ID# [Map 7] killed/failed due to:ROOT_INPUT_INIT_FAILURE, Vertex
> Input: src initializer failed, vertex=vertex_#ID# [Map 7],
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> < Vertex killed, vertexName=Map 11, vertexId=vertex_#ID#, diagnostics=[Vertex
> received Kill in INITED state., Vertex vertex_#ID# [Map 11] killed/failed due
> to:OTHER_VERTEX_FAILURE]
> < Vertex killed, vertexName=Map 13, vertexId=vertex_#ID#, diagnostics=[Vertex
> received Kill in INITED state., Vertex vertex_#ID# [Map 13] killed/failed due
> to:OTHER_VERTEX_FAILURE]
> < Vertex killed, vertexName=Map 1, vertexId=vertex_#ID#, diagnostics=[Vertex
> received Kil
> Output was too long and had to be truncated... {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)