[ https://issues.apache.org/jira/browse/HIVE-20680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640635#comment-16640635 ]
Hive QA commented on HIVE-20680: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12942575/HIVE-20680.02.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 15027 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14270/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14270/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14270/ 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 {noformat} This message is automatically generated. ATTACHMENT ID: 12942575 - 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, HIVE-20680.02.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)