Skip to content

Commit

Permalink
Fixed the fix for MID-3706 (dryRun for parallel tasks)
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jan 31, 2017
1 parent fd53a69 commit 02168a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2499,7 +2499,7 @@ public Task createSubtask(LightweightTaskHandler handler) {
TaskQuartzImpl sub = ((TaskQuartzImpl) createSubtask());
sub.setLightweightTaskHandler(handler);
lightweightAsynchronousSubtasks.add(sub);
parentForLightweightAsynchronousTask = this;
sub.parentForLightweightAsynchronousTask = this;
return sub;
}

Expand Down

0 comments on commit 02168a0

Please sign in to comment.