[ https://issues.apache.org/jira/browse/HIVE-20656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786109#comment-16786109 ]
Hive QA commented on HIVE-20656: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12961276/HIVE-20656.2.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 15819 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_groupby_reduce] (batchId=61) org.apache.hive.jdbc.TestActivePassiveHA.testActivePassiveHA (batchId=261) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/16368/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16368/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16368/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12961276 - PreCommit-HIVE-Build > Sensible defaults: Map aggregation memory configs are too aggressive > -------------------------------------------------------------------- > > Key: HIVE-20656 > URL: https://issues.apache.org/jira/browse/HIVE-20656 > Project: Hive > Issue Type: Bug > Affects Versions: 4.0.0, 3.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Major > Attachments: HIVE-20656.1.patch, HIVE-20656.2.patch > > > The defaults for the following configs seems to be too aggressive. In java > this can easily lead to several full GC pauses whose memory cannot be > reclaimed. > {code:java} > HIVEMAPAGGRHASHMEMORY("hive.map.aggr.hash.percentmemory", (float) 0.99, > "Portion of total memory to be used by map-side group aggregation hash > table"), > HIVEMAPAGGRMEMORYTHRESHOLD("hive.map.aggr.hash.force.flush.memory.threshold", > (float) 0.9, > "The max memory to be used by map-side group aggregation hash table.\n" + > "If the memory usage is higher than this number, force to flush > data"),{code} > > We can be little bit conservative for these configs to avoid getting into GC > pause. -- This message was sent by Atlassian JIRA (v7.6.3#76005)