Skip to content

Commit

Permalink
[runtime] Fix bug that deploys to wrong target TaskManager slot
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Apr 6, 2015
1 parent 43c080a commit adc8530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ TaskDeploymentDescriptor createDeploymentDescriptor(
return new TaskDeploymentDescriptor(getJobId(), getJobvertexId(), executionId, getTaskName(),
subTaskIndex, getTotalNumberOfParallelSubtasks(), getExecutionGraph().getJobConfiguration(),
jobVertex.getJobVertex().getConfiguration(), jobVertex.getJobVertex().getInvokableClassName(),
producedPartitions, consumedPartitions, jarFiles, targetSlot.getSlotNumber(), operatorState);
producedPartitions, consumedPartitions, jarFiles, targetSlot.getRoot().getSlotNumber(), operatorState);
}

// --------------------------------------------------------------------------------------------
Expand Down

0 comments on commit adc8530

Please sign in to comment.