[
https://issues.apache.org/jira/browse/HIVE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033886#comment-14033886
]
Hive QA commented on HIVE-7202:
-------------------------------
{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/12650653/HIVE-7202.patch
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 5611 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parquet_columnar
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_tez_union
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas
org.apache.hadoop.hive.ql.exec.tez.TestTezTask.testSubmit
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/490/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/490/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-490/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12650653
> DbTxnManager deadlocks in
> hcatalog.cli.TestSematicAnalysis.testAlterTblFFpart()
> -------------------------------------------------------------------------------
>
> Key: HIVE-7202
> URL: https://issues.apache.org/jira/browse/HIVE-7202
> Project: Hive
> Issue Type: Bug
> Components: Locking
> Affects Versions: 0.13.1
> Reporter: Eugene Koifman
> Assignee: Alan Gates
> Fix For: 0.14.0
>
> Attachments: HIVE-7202.patch
>
>
> select * from HIVE_LOCKS produces
> {noformat}
> 6 |1 |0 |default
>
> |junit_sem_analysis
>
> |NULL
> |w|r|1402354627716
> |NULL |unknown
>
> |ekoifman.local
>
> 6 |2 |0 |default
>
> |junit_sem_analysis
>
> |b=2010-10-10
> |w|e|1402354627716
> |NULL |unknown
>
> |ekoifman.local
>
> 2 rows selected
> {noformat}
> easiest way to repro this is to add
> hiveConf.setBoolVar(HiveConf.ConfVars.HIVE_SUPPORT_CONCURRENCY, true);
> hiveConf.setVar(HiveConf.ConfVars.HIVE_TXN_MANAGER,
> "org.apache.hadoop.hive.ql.lockmgr.DbTxnManager");
> in HCatBaseTest.setUpHiveConf()
--
This message was sent by Atlassian JIRA
(v6.2#6252)