[ https://issues.apache.org/jira/browse/HIVE-9839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380428#comment-14380428 ]
Hive QA commented on HIVE-9839: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12707139/HIVE-9839.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 8338 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3150/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3150/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3150/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase 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: 12707139 - PreCommit-HIVE-TRUNK-Build > HiveServer2 leaks OperationHandle on async queries which fail at compile phase > ------------------------------------------------------------------------------ > > Key: HIVE-9839 > URL: https://issues.apache.org/jira/browse/HIVE-9839 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 0.14.0, 0.13.1, 1.0.0, 1.1.0 > Reporter: Nemon Lou > Assignee: Nemon Lou > Priority: Critical > Attachments: HIVE-9839.patch, HIVE-9839.patch, HIVE-9839.patch, > HIVE-9839.patch, OperationHandleMonitor.java > > > Using beeline to connect to HiveServer2.And type the following: > drop table if exists table_not_exists; > select * from table_not_exists; > There will be an OperationHandle object staying in HiveServer2's memory for > ever even after quit from beeline . -- This message was sent by Atlassian JIRA (v6.3.4#6332)