GJL commented on a change in pull request #9663: [WIP][FLINK-12433][runtime]
Implement DefaultScheduler stub
URL: https://github.com/apache/flink/pull/9663#discussion_r323731161
##########
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:
See 41dd6626222ccf237cea327c95c1c1100553561b for an alternative
----------------------------------------------------------------
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