zentol commented on a change in pull request #15262:
URL: https://github.com/apache/flink/pull/15262#discussion_r596808954



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java
##########
@@ -275,6 +275,10 @@ private static void 
ensureFullyPipelinedStreamingJob(JobGraph jobGraph)
                 "The adaptive scheduler only supports streaming jobs.");
 
         for (JobVertex vertex : jobGraph.getVertices()) {
+            Preconditions.checkState(

Review comment:
       this doesn't really belong into this method; it is unrelated to being a 
pipelined streaming job




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


Reply via email to