[
https://issues.apache.org/jira/browse/HIVE-23318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099492#comment-17099492
]
Hive QA commented on HIVE-23318:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/13002005/HIVE-23318.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 17209 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[sharedwork]
(batchId=106)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/22130/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22130/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22130/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
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: 13002005 - PreCommit-HIVE-Build
> TxnHandler need not delete from MATERIALIZATION_REBUILD_LOCKS on need basis
> ---------------------------------------------------------------------------
>
> Key: HIVE-23318
> URL: https://issues.apache.org/jira/browse/HIVE-23318
> Project: Hive
> Issue Type: Improvement
> Components: Hive, Materialized views
> Reporter: Rajesh Balamohan
> Assignee: Marton Bod
> Priority: Minor
> Attachments: HIVE-23318.1.patch
>
>
> Observed the following queries when materialized view or any of its feature
> was not used.
> TxnHandler need not clear this part of txn commit. It would help in reducing
> the sql parsing time in server side as well.
> {noformat}
> G....delete from MATERIALIZATION_REBUILD_LOCKS where mrl_txn_id = 120398082
> G....delete from MATERIALIZATION_REBUILD_LOCKS where mrl_txn_id = 120398084
> G....delete from MATERIALIZATION_REBUILD_LOCKS where mrl_txn_id = 120398112
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)