azagrebin commented on a change in pull request #8362: [FLINK-11391] Introduce 
shuffle master interface
URL: https://github.com/apache/flink/pull/8362#discussion_r311644940
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
 ##########
 @@ -618,11 +734,14 @@ public void deploy() throws JobException {
                                                attemptNumber, 
getAssignedResourceLocation()));
                        }
 
-                       final TaskDeploymentDescriptor deployment = 
vertex.createDeploymentDescriptor(
-                               attemptId,
-                               slot,
-                               taskRestore,
-                               attemptNumber);
+                       final TaskDeploymentDescriptor deployment = 
TaskDeploymentDescriptorFactory
 
 Review comment:
   https://issues.apache.org/jira/browse/FLINK-13640

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to