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

Hudson commented on HIVE-5181:
------------------------------

FAILURE: Integrated in Hive-trunk-hadoop1-ptest #181 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/181/])
HIVE-5181 : RetryingRawStore should not retry on logical failures (e.g. from 
commit) (Prasad Mujumdar via Ashutosh Chauhan) (hashutosh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1526107)
* /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingRawStore.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestRawStoreTxn.java

                
> RetryingRawStore should not retry on logical failures (e.g. from commit)
> ------------------------------------------------------------------------
>
>                 Key: HIVE-5181
>                 URL: https://issues.apache.org/jira/browse/HIVE-5181
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Prasad Mujumdar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: HIVE-5181.1.patch, HIVE-5181.3.patch
>
>
> RetryingRawStore retries calls. Some method (e.g. drop_table_core in 
> HiveMetaStore) explicitly call openTransaction and commitTransaction on 
> RawStore.
> When the commit call fails due to some real issue, it is retried, and instead 
> of a real cause for failure one gets some bogus exception about transaction 
> open count.
> I doesn't make sense to retry logical errors, especially not from 
> commitTransaction.

--
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