[ https://issues.apache.org/jira/browse/HIVE-23446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17107425#comment-17107425 ]
Hive QA commented on HIVE-23446: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/13002893/HIVE-23446.3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 17269 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniDruidKafkaCliDriver.testCliDriver[druidkafkamini_delimited] (batchId=225) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/22336/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22336/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22336/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 13002893 - PreCommit-HIVE-Build > LLAP: Reduce IPC connection misses to AM for short queries > ---------------------------------------------------------- > > Key: HIVE-23446 > URL: https://issues.apache.org/jira/browse/HIVE-23446 > Project: Hive > Issue Type: Improvement > Reporter: Rajesh Balamohan > Assignee: Rajesh Balamohan > Priority: Major > Attachments: HIVE-23446.1.patch, HIVE-23446.2.patch, > HIVE-23446.3.patch > > > [https://github.com/apache/hive/blob/master/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryInfo.java#L343] > > Umbilical UGI pool for is maintained at QueryInfo level. When there are lots > of short queries, this ends up missing IPC cache and ends up recreating > threads/connections to the same AM. > It would be good to maintain this pool in {{ContainerRunnerImpl}} instead and > recycle as needed. > -- This message was sent by Atlassian Jira (v8.3.4#803005)