Roman Khachatryan created FLINK-22376: -----------------------------------------
Summary: SequentialChannelStateReaderImpl may recycle buffer twice Key: FLINK-22376 URL: https://issues.apache.org/jira/browse/FLINK-22376 Project: Flink Issue Type: Bug Components: Runtime / Network, Runtime / Task Affects Versions: 1.13.0 Reporter: Roman Khachatryan Fix For: 1.13.0 In ChannelStateChunkReader.readChunk in case of error buffer is recycled in the catch block. However, it might already have been recycled in stateHandler.recover(). Using minor priority, as this only affects already failing path. -- This message was sent by Atlassian Jira (v8.3.4#803005)