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)