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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]