zentol opened a new pull request #9975: [FLINK-14477][coordination] Implement promotion logic on TaskExecutor URL: https://github.com/apache/flink/pull/9975 Based on #9958. With this PR the TaskExecutor properly handles partitions that should be promoted. The corresponding partitions are removed from the `PartitionTable` and added to a separate set, decoupling them from the job life-cycle. Additionally, of the ResourceManager disconnects all partitions will be released.
---------------------------------------------------------------- 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] With regards, Apache Git Services
