[
https://issues.apache.org/jira/browse/HIVE-9839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381329#comment-14381329
]
Nemon Lou commented on HIVE-9839:
---------------------------------
Seems that the failure is unrelated.
Running this on my local computer doesn't fail:
{quote}
"mvn test -Phadoop-2 -Dtest=TestCliDriver -Dqfile=schemeAuthority.q"
{quote}
The result:
{quote}
Running org.apache.hadoop.hive.cli.TestCliDriver
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.08 sec - in
org.apache.hadoop.hive.cli.TestCliDriver
{quote}
Submit again.
> 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)