[jira] [Created] (HIVE-27207) Backport of HIVE-26530: HS2 OOM-OperationManager.queryIdOperation does not properly clean up multiple queryIds

2023-03-31 Thread Aman Raj (Jira)
Aman Raj created HIVE-27207:
---

 Summary: Backport of HIVE-26530: HS2 
OOM-OperationManager.queryIdOperation does not properly clean up multiple 
queryIds
 Key: HIVE-27207
 URL: https://issues.apache.org/jira/browse/HIVE-27207
 Project: Hive
  Issue Type: Sub-task
Reporter: Aman Raj
Assignee: Aman Raj


HIVE-26530 was already part of Hive-3.1.3 release so it should be backported to 
branch-3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27206) Backport of HIVE-20179

2023-03-31 Thread Aman Raj (Jira)
Aman Raj created HIVE-27206:
---

 Summary: Backport of HIVE-20179
 Key: HIVE-27206
 URL: https://issues.apache.org/jira/browse/HIVE-27206
 Project: Hive
  Issue Type: Sub-task
Reporter: Aman Raj
Assignee: Aman Raj


HIVE-20179 was already part of Hive 3.1.3 release so it makes sense to backport 
this to branch-3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27205) Update jackson-databind for CVE fix for CVE-2022-42003

2023-03-31 Thread Diksha (Jira)
Diksha created HIVE-27205:
-

 Summary: Update jackson-databind for CVE fix for CVE-2022-42003
 Key: HIVE-27205
 URL: https://issues.apache.org/jira/browse/HIVE-27205
 Project: Hive
  Issue Type: Task
Reporter: Diksha
Assignee: Diksha


Update jackson-databind for CVE fix for CVE-2022-42003



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27204) Upgrade jettison to 1.5.2 to fix CVE-2022-45685

2023-03-31 Thread Aman Raj (Jira)
Aman Raj created HIVE-27204:
---

 Summary: Upgrade jettison to 1.5.2 to fix CVE-2022-45685
 Key: HIVE-27204
 URL: https://issues.apache.org/jira/browse/HIVE-27204
 Project: Hive
  Issue Type: Bug
Reporter: Aman Raj
Assignee: Aman Raj


Upgrade jettison to 1.5.2 to fix CVE-2022-45685



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27203) Add compaction pending Qtest for Insert-only, Partitioned, Clustered ACID, and combination Tables

2023-03-31 Thread Akshat Mathur (Jira)
Akshat Mathur created HIVE-27203:


 Summary: Add compaction pending Qtest for Insert-only, 
Partitioned, Clustered ACID, and combination Tables 
 Key: HIVE-27203
 URL: https://issues.apache.org/jira/browse/HIVE-27203
 Project: Hive
  Issue Type: Test
Reporter: Akshat Mathur
Assignee: Akshat Mathur


Improve Qtest Coverage for Compaction use cases for ACID Tables:
 # Partitioned Tables( Major & Minor ) 
 # Insert-Only Clustered( Major & Minor )
 # Insert-Only Partitioned( Major & Minor ) 
 # Insert-Only Clustered and Partitioned( Major & Minor ) 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27202) Disable flaky test TestJdbcWithMiniLlapRow#testComplexQuery

2023-03-31 Thread Vihang Karajgaonkar (Jira)
Vihang Karajgaonkar created HIVE-27202:
--

 Summary: Disable flaky test 
TestJdbcWithMiniLlapRow#testComplexQuery
 Key: HIVE-27202
 URL: https://issues.apache.org/jira/browse/HIVE-27202
 Project: Hive
  Issue Type: Test
Reporter: Vihang Karajgaonkar
Assignee: Vihang Karajgaonkar


TestJdbcWithMiniLlapRow#testComplexQuery is flaky and should be disabled.

 

http://ci.hive.apache.org/job/hive-flaky-check/634/



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HIVE-27201) Inconsistency between session Hive and thread-local Hive may cause HS2 deadlock

2023-03-31 Thread Zhihua Deng (Jira)
Zhihua Deng created HIVE-27201:
--

 Summary: Inconsistency between session Hive and thread-local Hive 
may cause HS2 deadlock
 Key: HIVE-27201
 URL: https://issues.apache.org/jira/browse/HIVE-27201
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Reporter: Zhihua Deng
Assignee: Zhihua Deng


The HiveServer2’s server handler can switch to process the operation from other 
session, in such case, the Hive cached in ThreadLocal is not the same as the 
Hive in SessionState, and can be referenced by another session. 

If the two handlers swap their sessions to process the DatabaseMetaData 
request, and the HiveMetastoreClientFactory obtains the Hive via Hive.get(), 
then there is a chance that the deadlock can happen.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)