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 2020/10/16 06:44:43 UTC

[GitHub] [flink] Sxnan commented on a change in pull request #13657: [FLINK-19669][coordination] PipelinedRegionSchedulingStrategy#init ResultPartitionType blocking check use isBlocking method

Sxnan commented on a change in pull request #13657:
URL: https://github.com/apache/flink/pull/13657#discussion_r506092881



##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategyTest.java
##########
@@ -67,13 +69,18 @@ private void buildTopology() {
 
 		source = testingSchedulingTopology.addExecutionVertices().withParallelism(PARALLELISM).finish();
 		map = testingSchedulingTopology.addExecutionVertices().withParallelism(PARALLELISM).finish();
+		map2 = testingSchedulingTopology.addExecutionVertices().withParallelism(PARALLELISM).finish();

Review comment:
       You are right. I made the change in 7461070, please have another look.




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