-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 0.13.1, 0.14.0, 1.0.0, 1.1.0
-
Fix Version/s: 1.2.0
-
Component/s: HiveServer2
-
Labels:None
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 .
- is related to
-
HIVE-7021 HiveServer2 memory leak on failed queries
-
- Patch Available
-