[
https://issues.apache.org/jira/browse/HIVE-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Szehon Ho resolved HIVE-3272.
-----------------------------
Resolution: Duplicate
Its fixed in HIVE-4996 as RetryingRawStore is removed.
> RetryingRawStore will perform partial transaction on retry
> ----------------------------------------------------------
>
> Key: HIVE-3272
> URL: https://issues.apache.org/jira/browse/HIVE-3272
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 0.10.0
> Reporter: Kevin Wilfong
> Priority: Critical
>
> By the time the RetryingRawStore retries a command the transaction
> encompassing it has already been rolled back. This means that it will
> perform the remainder of the raw store commands outside of a transaction,
> unless there is another one encapsulating it which is definitely not always
> the case, and then fail when it tries to commit the transaction as there is
> none open.
--
This message was sent by Atlassian JIRA
(v6.2#6252)