[
https://issues.apache.org/jira/browse/HIVE-26598?focusedWorklogId=840075&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-840075
]
ASF GitHub Bot logged work on HIVE-26598:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jan/23 20:03
Start Date: 18/Jan/23 20:03
Worklog Time Spent: 10m
Work Description: sonarcloud[bot] commented on PR #3780:
URL: https://github.com/apache/hive/pull/3780#issuecomment-1387703835
Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_hive&pullRequest=3780)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=BUG)
[0
Bugs](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=VULNERABILITY)
[0
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3780&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3780&resolved=false&types=SECURITY_HOTSPOT)
[0 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3780&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=CODE_SMELL)
[0 Code
Smells](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3780&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3780&metric=coverage&view=list)
No Coverage information
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3780&metric=duplicated_lines_density&view=list)
No Duplication information
Issue Time Tracking
-------------------
Worklog Id: (was: 840075)
Time Spent: 50m (was: 40m)
> Fix unsetting of db params for optimized bootstrap when repl dump initiates
> data copy
> -------------------------------------------------------------------------------------
>
> Key: HIVE-26598
> URL: https://issues.apache.org/jira/browse/HIVE-26598
> Project: Hive
> Issue Type: Bug
> Reporter: Teddy Choi
> Assignee: Rakshith C
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> when hive.repl.run.data.copy.tasks.on.target is set to false, repl dump task
> will initiate the copy task from source cluster to staging directory.
> In current code flow repl dump task dumps the metadata and then creates
> another repl dump task with datacopyIterators initialized.
> when the second dump cycle executes, it directly begins data copy tasks.
> Because of this we don't enter second reverse dump flow andÂ
> unsetDbPropertiesForOptimisedBootstrap is never set to true again.
> this results in db params (repl.target.for, repl.background.threads, etc) not
> being unset.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
