Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/754#discussion_r31728131
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
 ---
    @@ -588,23 +590,74 @@ void markFinished() {
     
                        if (current == RUNNING || current == DEPLOYING) {
     
    +                           ScheduleMode scheduleMode = 
getVertex().getExecutionGraph().getScheduleMode();
    +
    +                           // Get the successors
    +                           final List<JobVertexID> successors = 
getVertex().getJobVertex()
    +                                           
.getJobVertex().getBatchSuccessors();
    --- End diff --
    
    Maybe these functions names should then be renamed or the list of 
successors should be retrieved in two steps where one sees the different types.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to