[
https://issues.apache.org/jira/browse/FLINK-26288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495658#comment-17495658
]
Matthias Pohl commented on FLINK-26288:
---------------------------------------
FLINK-4379 included a commit that disabled this code line.
> 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.15.0, 1.13.6, 1.14.3
> Reporter: Matthias Pohl
> Priority: Major
>
> [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)