[ https://issues.apache.org/jira/browse/HIVE-9199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257896#comment-14257896 ]
Hive QA commented on HIVE-9199: ------------------------------- {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/12688897/HIVE-9199.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6722 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2180/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2180/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2180/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12688897 - PreCommit-HIVE-TRUNK-Build > Excessive exclusive lock used in some DDLs with DummyTxnManager > --------------------------------------------------------------- > > Key: HIVE-9199 > URL: https://issues.apache.org/jira/browse/HIVE-9199 > Project: Hive > Issue Type: Bug > Components: Locking > Reporter: Chaoyu Tang > Assignee: Chaoyu Tang > Attachments: HIVE-9199.patch > > > In DummyTxnManager, the lockMode for a WriteEntity (e.g. database, table) is > determined by "complete" instead of its writeType. But since DDL output > WriteEntity is usually complete, some DDL operations might be given exclusive > locks which are actually not needed, which causes unnecessary locking > contention. For example, in createTable, DummyTxnManager suggests an > exclusive lock to table database writeentity since it is complete. -- This message was sent by Atlassian JIRA (v6.3.4#6332)