zhuzhurk commented on a change in pull request #16118:
URL: https://github.com/apache/flink/pull/16118#discussion_r671025217



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/JobMasterPartitionTrackerImpl.java
##########
@@ -209,14 +228,22 @@ private static boolean isPartitionWithLocalResources(
                 .isPresent();
     }
 
-    private static Stream<ResultPartitionDeploymentDescriptor> 
excludePersistentPartitions(
+    private static Stream<ResultPartitionDeploymentDescriptor> 
excludePersistentAndLocalPartitions(

Review comment:
       All partitions should have been registered to the `ShuffleMaster` no 
matter whether it occupies TM resources.
   So I think `ShuffleMaster` would not see unknown partition ids.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to