You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Nemon Lou (JIRA)" <ji...@apache.org> on 2015/03/03 13:04:04 UTC

[jira] [Created] (HIVE-9839) HiveServer2 leaks OperationHandle on failed async queries

Nemon Lou created HIVE-9839:
-------------------------------

             Summary: HiveServer2 leaks OperationHandle on failed async queries
                 Key: HIVE-9839
                 URL: https://issues.apache.org/jira/browse/HIVE-9839
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2
    Affects Versions: 1.0.0, 0.13.1, 0.14.0
            Reporter: Nemon Lou


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)