zentol commented on a change in pull request #14767:
URL: https://github.com/apache/flink/pull/14767#discussion_r565944963
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/runtime/BlockingShuffleITCase.java
##########
@@ -95,6 +95,8 @@ private JobGraph createJobGraph(int numRecordsToSend) {
StreamGraph streamGraph = env.getStreamGraph();
streamGraph.setGlobalDataExchangeMode(GlobalDataExchangeMode.ALL_EDGES_BLOCKING);
streamGraph.setScheduleMode(ScheduleMode.LAZY_FROM_SOURCES);
+ // a scheduler supporting batch jobs is required for this job graph.
It will be selected
Review comment:
hmm...you're not really explaining _why_ this is marked as batch job,
the other comment has the same issue.
----------------------------------------------------------------
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]