Kevin Wilfong created HIVE-3272:
-----------------------------------

             Summary: 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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to