[
https://issues.apache.org/jira/browse/FLINK-7749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281477#comment-16281477
]
ASF GitHub Bot commented on FLINK-7749:
---------------------------------------
Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/5127#discussion_r155451532
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java ---
@@ -187,8 +187,6 @@
private final ResultPartition[] producedPartitions;
- private final ResultPartitionWriter[] writers;
--- End diff --
You have failing checkstyle with unused `ResultPartitionWriter` import in
this file.
> Refactor the ResultPartitionWriter into an interface
> ----------------------------------------------------
>
> Key: FLINK-7749
> URL: https://issues.apache.org/jira/browse/FLINK-7749
> Project: Flink
> Issue Type: Sub-task
> Components: Network
> Affects Versions: 1.4.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
>
> After changing task event notification to the {{TaskEventDispatcher}}
> (FLINK-7746) and buffer writing to {{ResultPartition}} (FLINK-7748), we can
> finally refactor the {{ResultPartitionWriter}} into an interface.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)