[ https://issues.apache.org/jira/browse/HIVE-20410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584499#comment-16584499
]
Hive QA commented on HIVE-20410:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12936049/HIVE-20410.02.patch
{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14880 tests executed
*Failed tests:*
{noformat}
TestMiniDruidCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=193)
[druidmini_dynamic_partition.q,druidmini_test_ts.q,druidmini_expressions.q,druidmini_test_alter.q,druidmini_test_insert.q]
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/13309/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13309/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13309/
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: 12936049 - PreCommit-HIVE-Build
> aborted Insert Overwrite on transactional table causes "Not enough history available
for..." error
> --------------------------------------------------------------------------------------------------
>
> Key: HIVE-20410
> URL: https://issues.apache.org/jira/browse/HIVE-20410
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 3.0.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Priority: Major
> Attachments: HIVE-20410.01.patch, HIVE-20410.02.patch
>
>
> suppose
> insert overwrite T values(1)
> is aborted.
> this creates a base_x directory (for insert-only transactional tables currently and for
full CRUD once 'rename' in the MoveTask is eliminated) but subsequent read fails with "Not
enough history available for..." error.
> The problem is that the logic to produce this exception finds this base_x but treats
it as if it was produced by a compactor, in which case the error would'v been appropriate.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|