-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34727/
-----------------------------------------------------------
Review request for hive, Szehon Ho, Thejas Nair, and Xuefu Zhang.
Bugs: HIVE-10835
https://issues.apache.org/jira/browse/HIVE-10835
Repository: hive-git
Description
-------
There exist race conditions between DatabaseMetaData, Statement and ResultSet
when they make RPC calls to HS2 using same Thrift transport, which happens
within same connection.
The patch is to have a connection level lock to serialize the RPC calls within
a single connection.
Diffs
-----
jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java 1b2891b
jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java 13e42b5
jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java 8a0671f
jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java e93795a
jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java 6b3d05c
Diff: https://reviews.apache.org/r/34727/diff/
Testing
-------
Some multi-thread tests.
Thanks,
Chaoyu Tang