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/01/30 13:08:59 UTC

[GitHub] zhijiangW removed a comment on issue #7549: [FLINK-11403][network] Remove ResultPartitionConsumableNotifier from ResultPartition

zhijiangW removed a comment on issue #7549: [FLINK-11403][network] Remove ResultPartitionConsumableNotifier from ResultPartition
URL: https://github.com/apache/flink/pull/7549#issuecomment-456741456
 
 
   FYI, next I would remove `owningTaskName`, `JobID` and `TaskActions` from the constructor of `ResultPartition`. And one possible way is introducing `registerTaskActions(String owningTaskName,TaskActions taskActions)` outside of constructor like current `registerBufferPool`, then it makes clean for the constructor to be created from `ShuffleService` in future.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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