tillrohrmann commented on a change in pull request #9663: 
[WIP][FLINK-12433][runtime] Implement DefaultScheduler stub
URL: https://github.com/apache/flink/pull/9663#discussion_r323239665
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java
 ##########
 @@ -365,6 +368,14 @@ public InputDependencyConstraint 
getInputDependencyConstraint() {
                return getJobVertex().getInputDependencyConstraint();
        }
 
+       public void setSendScheduleOrUpdateConsumerMessage(final boolean 
sendScheduleOrUpdateConsumerMessage) {
+               this.sendScheduleOrUpdateConsumerMessage = 
sendScheduleOrUpdateConsumerMessage;
+       }
+
+       public boolean isSendScheduleOrUpdateConsumerMessage() {
+               return sendScheduleOrUpdateConsumerMessage;
+       }
 
 Review comment:
   In general I'm not so fond of transferring information via mutable fields in 
somewhat related classes.

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