Matthias Pohl created FLINK-26288: ------------------------------------- Summary: Investigate why RetrievableStreamStateHandle.close does not call the close method of the wrapped instance Key: FLINK-26288 URL: https://issues.apache.org/jira/browse/FLINK-26288 Project: Flink Issue Type: Technical Debt Components: Runtime / Coordination Affects Versions: 1.14.3, 1.13.6, 1.15.0 Reporter: Matthias Pohl
[RetrievableStreamStateHandle:86|https://github.com/apache/flink/blob/c6997c97c575d334679915c328792b8a3067cfb5/flink-runtime/src/main/java/org/apache/flink/runtime/state/RetrievableStreamStateHandle.java#L86] does not call the wrapped instance's close method. The code is commented out without any description. We should investigate whether that's done on purpose or was accidentally committed. We should either fix it (in the latter case) or add a proper comment (in the former case). -- This message was sent by Atlassian Jira (v8.20.1#820001)