Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.13.1, 0.14.0, 1.0.0, 1.1.0
-
None
Description
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 .
Attachments
Attachments
Issue Links
- is related to
-
HIVE-7021 HiveServer2 memory leak on failed queries
- Patch Available