[ https://issues.apache.org/jira/browse/FLINK-22172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Huang Xingbo resolved FLINK-22172. ---------------------------------- Resolution: Fixed Merged into master 023568b83d971b439468d680bddc66d584c6f7c4 Merged into release-1.12 387eb5cee9e2a1a18588a23d828392dd63f76faa > Fix the bug of shared resource among Python Operators of the same slot is not > released > -------------------------------------------------------------------------------------- > > Key: FLINK-22172 > URL: https://issues.apache.org/jira/browse/FLINK-22172 > Project: Flink > Issue Type: Bug > Components: API / Python > Affects Versions: 1.12.2, 1.13.0 > Reporter: Huang Xingbo > Assignee: Huang Xingbo > Priority: Critical > Labels: pull-request-available > Fix For: 1.13.0, 1.12.3 > > > The problem was discussed here: > https://issues.apache.org/jira/browse/FLINK-20663?focusedCommentId=17317706&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17317706 > In general, the python process should be terminated when the shared resource > is released as many times as requested. However, this reference counting > logic has been implemented twice. Consequently, the shared resource may be > requested multiple times but only released once. -- This message was sent by Atlassian Jira (v8.3.4#803005)