Eugene Koifman created HIVE-12307:
-------------------------------------
Summary: TransactionBatch.close() must abort any remaining
transactions in the batch
Key: HIVE-12307
URL: https://issues.apache.org/jira/browse/HIVE-12307
Project: Hive
Issue Type: Bug
Components: HCatalog, Transactions
Affects Versions: 0.14.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
When the client of TransactionBatch API encounters an error it must close() the
batch and start a new one. This prevents attempts to continue writing to a
file that may damaged in some way.
The close() should ensure to abort the any txns that still remain in the batch
and close (best effort) all the files it's writing to.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)