[ 
https://issues.apache.org/jira/browse/HIVE-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542282#comment-13542282
 ] 

Kevin Wilfong commented on HIVE-3272:
-------------------------------------

Yes, this is a totally separate issue from HIVE-3826.  HIVE-3826 will happen 
even when the RetryingRawStore tries only once (never retries).
                
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to