[ https://issues.apache.org/jira/browse/HIVE-23351?focusedWorklogId=432122&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432122 ] ASF GitHub Bot logged work on HIVE-23351: ----------------------------------------- Author: ASF GitHub Bot Created on: 08/May/20 13:54 Start Date: 08/May/20 13:54 Worklog Time Spent: 10m Work Description: aasha commented on a change in pull request #1004: URL: https://github.com/apache/hive/pull/1004#discussion_r422156406 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java ########## @@ -198,7 +223,12 @@ private void initiateDataCopyTasks() throws SemanticException { finishRemainingTasks(); } else { DAGTraversal.traverse(childTasks, new AddDependencyToLeaves(TaskFactory.get(work, conf))); - this.childTasks = childTasks; Review comment: If Ranger dump fails, the task execution will be stopped there itself with a failure and we will get an error. It won't even come to the second ReplDump task execution to execute the finishRemainingTasks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 432122) Time Spent: 1h 20m (was: 1h 10m) > Ranger Replication Scheduling > ----------------------------- > > Key: HIVE-23351 > URL: https://issues.apache.org/jira/browse/HIVE-23351 > Project: Hive > Issue Type: Task > Reporter: Aasha Medhi > Assignee: Aasha Medhi > Priority: Major > Labels: pull-request-available > Attachments: HIVE-23351.01.patch, HIVE-23351.02.patch, HIVE-23351.03.patch, HIVE-23351.04.patch, HIVE-23351.05.patch, HIVE-23351.06.patch > > Time Spent: 1h 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)