You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/11 11:24:20 UTC

[GitHub] [flink] StephanEwen commented on a change in pull request #9073: [FLINK-13187] Introduce ScheduleMode#LAZY_FROM_SOURCES_WITH_BATCH_SLOT_REQUEST

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

 ##########
 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:
   Nit: This could be a bit more concise with a boolean field rather than an abstract method.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services