Weijie Guo created FLINK-31626: ---------------------------------- Summary: HsSubpartitionFileReaderImpl should recycle skipped read buffers. Key: FLINK-31626 URL: https://issues.apache.org/jira/browse/FLINK-31626 Project: Flink Issue Type: Bug Components: Runtime / Network Affects Versions: 1.17.1 Reporter: Weijie Guo Assignee: Weijie Guo
In FLINK-30189, {{HsSubpartitionFileReaderImpl}} will skip the buffer has been consumed from memory to avoid double-consumption. But these buffers were not returned to the {{BatchShuffleReadBufferPool}}, resulting in read buffer leaks. -- This message was sent by Atlassian Jira (v8.20.10#820010)