Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The TM is informed about partitions that should be releases via TaskExecutorGateway#releasePartitions(Collection<ResultPartitionID>).
This signature makes it a bit tricky to keep track of which partitions still exist for a given job, as the TM would have to maintain a map (partition -> jobID), in addition to a map (jobID -> partitions)
We could include the JobID as a parameter to simplify this. This doens't interfere with current use-cases.
Attachments
Issue Links
- links to