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 2019/11/29 13:44:56 UTC

[GitHub] [flink] zentol opened a new pull request #10362: [FLINK-14792][coordination] Implement TE cluster partition release

zentol opened a new pull request #10362: [FLINK-14792][coordination] Implement TE cluster partition release
URL: https://github.com/apache/flink/pull/10362
 
 
   Based on #10361.
   
   Implements the TaskExecutor logic for releasing cluster partitions.
   Additionally, slightly reworks the structure within the `TaskExecutorPartitionTrackerImpl` to not use a `TaskExecutorPartitionInfo` as a key, since this approach _just doesn't work_ for look-ups by `IntermediateDataSetID`; even if the hash is identical we wouldn't be passing the equals check.

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


With regards,
Apache Git Services