zhuzhurk commented on a change in pull request #10237: [FLINK-14362][runtime] 
Change DefaultSchedulingResultPartition to return correct partition state
URL: https://github.com/apache/flink/pull/10237#discussion_r347888691
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultScheduler.java
 ##########
 @@ -442,7 +442,12 @@ private void deployTaskSafe(final ExecutionVertexID 
executionVertexId) {
                        final ExecutionVertex executionVertex = 
getExecutionVertex(executionVertexId);
                        executionVertexOperations.deploy(executionVertex);
                } catch (Throwable e) {
-                       handleTaskFailure(executionVertexId, e);
+                       onTaskDeploymentFailure(executionVertexId, e);
                }
        }
+
+       private void onTaskDeploymentFailure(final ExecutionVertexID 
executionVertexId, final Throwable error) {
 
 Review comment:
   Ok.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to