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

Hive QA commented on HIVE-5181:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12604735/HIVE-5181.2.patch

{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 3151 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.TestRawStoreTxn.testCheckNoRetryMethods
org.apache.hive.hcatalog.templeton.tool.TestJobIDParser.testParseHive
org.apache.hive.hcatalog.templeton.tool.TestJobIDParser.testParseJar
org.apache.hive.hcatalog.templeton.tool.TestJobIDParser.testParsePig
org.apache.hive.hcatalog.templeton.tool.TestJobIDParser.testParseStreaming
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/867/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/867/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 5 tests failed
{noformat}

This message is automatically generated.
                
> 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
>         Attachments: HIVE-5181.1.patch, HIVE-5181.2.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