Vaibhav Gumashta created HIVE-11648: ---------------------------------------
Summary: HiveServer2 should cleanup Operation when getting a Runtime exception Key: HIVE-11648 URL: https://issues.apache.org/jira/browse/HIVE-11648 Project: Hive Issue Type: Bug Components: HiveServer2 Reporter: Vaibhav Gumashta Assignee: Vaibhav Gumashta https://github.com/apache/hive/blob/master/service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java#L408 We catch HiveSQLException and close the operation. However, we should also close the operation when getting a RuntimeException from underlying execution. -- This message was sent by Atlassian JIRA (v6.3.4#6332)