[
https://issues.apache.org/jira/browse/HIVE-20680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638848#comment-16638848
]
Hive QA commented on HIVE-20680:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12942352/HIVE-20680.01.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 15015 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[stat_estimate_related_col]
(batchId=43)
org.apache.hadoop.hive.ql.exec.spark.TestSparkSessionTimeout.testMultiSparkSessionTimeout
(batchId=246)
org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testComplexQuery (batchId=252)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/14234/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14234/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14234/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12942352 - PreCommit-HIVE-Build
> hive bootstrap missing partitions in replicated db
> --------------------------------------------------
>
> Key: HIVE-20680
> URL: https://issues.apache.org/jira/browse/HIVE-20680
> Project: Hive
> Issue Type: Bug
> Components: repl
> Affects Versions: 4.0.0
> Reporter: mahesh kumar behera
> Assignee: mahesh kumar behera
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-20680.01.patch
>
>
> The issue is
> 1. When bootstrap was going on, kill query was called to kill the repl load
> command.
> 2. During restart, one table with no partition set the scope to table as the
> ckpt property was not yet set for that table.
> 3. Due to this, all partitioned table after this didn't get their tasks
> related to partition appended in the root task if the ckpt property is
> already updated for those tables.
> The fix is to reset the table scope to false if for that table there are no
> tasks added.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)