zhijiang created FLINK-11676: -------------------------------- Summary: Make ResultPartitionWriter extend AutoCloseable Key: FLINK-11676 URL: https://issues.apache.org/jira/browse/FLINK-11676 Project: Flink Issue Type: Sub-task Components: Network Reporter: zhijiang Assignee: zhijiang Fix For: 1.9.0
This is a sub-task for refactoring the interface of {{ResultPartitionWriter}}. We can make {{ResultPartitionWriter}} extend {{AutoCloseable}} in order to replace calling {{destroyBufferPool}} in specific {{ResultPartition}}. This is a small step for making {{Task}} reference with general {{ResultPartitionWriter}} instead of {{ResultPartition}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)