You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (Jira)" <ji...@apache.org> on 2020/06/01 04:46:00 UTC

[jira] [Commented] (HIVE-23551) Acid: Update queries should treat dirCache as read-only in AcidUtils

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

Hive QA commented on HIVE-23551:
--------------------------------



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

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 17213 tests executed
*Failed tests:*
{noformat}
TestStatsReplicationScenariosACID - did not produce a TEST-*.xml file (likely timed out) (batchId=186)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[acid_insert_overwrite_update] (batchId=38)
org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut (batchId=172)
org.apache.hive.service.server.TestHS2HttpServerPam.org.apache.hive.service.server.TestHS2HttpServerPam (batchId=170)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/22698/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22698/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22698/

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: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 13004459 - PreCommit-HIVE-Build

> Acid: Update queries should treat dirCache as read-only in AcidUtils
> --------------------------------------------------------------------
>
>                 Key: HIVE-23551
>                 URL: https://issues.apache.org/jira/browse/HIVE-23551
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Rajesh Balamohan
>            Priority: Major
>         Attachments: HIVE-23551.1.patch, HIVE-23551.2.patch, HIVE-23551.3.patch, HIVE-23551.4.patch, HIVE-23551.5.patch
>
>
> Update statements create delta folders at the end of the execution. When {{insert overwrite}} followed by {{update}} is executed, it does not get any open txns and ends up caching the {{base}} folder. However, the delta folder which gets created at the end of the statement never makes it to the cache. This creates wrong results.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)