Alexander Kolbasov created HIVE-15373:
-----------------------------------------
Summary: Transaction management isn't thread-safe
Key: HIVE-15373
URL: https://issues.apache.org/jira/browse/HIVE-15373
Project: Hive
Issue Type: Bug
Components: Hive
Reporter: Alexander Kolbasov
ObjectStore.java has several important calls which are not thread-safe:
* openTransaction()
* commitTransaction()
* rollbackTransaction()
These should be made thread-safe.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)