zentol opened a new pull request #10050: [FLINK-14530][coordination] Capture DataSetID for partitions on TaskExecutor URL: https://github.com/apache/flink/pull/10050 For #9975, and for the ResourceManager REST API, we have to be able to capture certain meta info for individual partitions, like the corresponding dataset ID, or the name of the producing job. This PR first sets the foundation of being able to capture meta info by migrating the TaskExecutor to use a `PartitionTracker` instead of `PartitionTable`. Second, we introduce the first piece of meta data required for #9975, the dataset ID.
---------------------------------------------------------------- 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
