You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/10/06 12:56:00 UTC

[jira] [Created] (FLINK-7774) Deserializers are not cleaned up when closing input streams

Nico Kruber created FLINK-7774:
----------------------------------

             Summary: Deserializers are not cleaned up when closing input streams
                 Key: FLINK-7774
                 URL: https://issues.apache.org/jira/browse/FLINK-7774
             Project: Flink
          Issue Type: Bug
          Components: Network
    Affects Versions: 1.3.2, 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


On cleanup of the {{AbstractRecordReader}}, {{StreamInputProcessor}}, and {{StreamTwoInputProcessor}}, the deserializers' current buffers are cleaned up but not their internal {{spanningWrapper}} and {{nonSpanningWrapper}} via {{RecordDeserializer#clear}}. This call should be added.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)