tillrohrmann commented on a change in pull request #9073: [FLINK-13187]
Introduce ScheduleMode#LAZY_FROM_SOURCES_WITH_BATCH_SLOT_REQUEST
URL: https://github.com/apache/flink/pull/9073#discussion_r302503632
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/ScheduleMode.java
##########
@@ -19,21 +19,40 @@
package org.apache.flink.runtime.jobgraph;
/**
- * The ScheduleMode decides how tasks of an execution graph are started.
+ * The ScheduleMode decides how tasks of an execution graph are started.
*/
public enum ScheduleMode {
/** Schedule tasks lazily from the sources. Downstream tasks are
started once their input data are ready */
- LAZY_FROM_SOURCES,
+ LAZY_FROM_SOURCES {
Review comment:
Good point. I will update it.
----------------------------------------------------------------
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