[ 
https://issues.apache.org/jira/browse/FLINK-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321702#comment-17321702
 ] 

Flink Jira Bot commented on FLINK-5241:
---------------------------------------

This issue and all of its Sub-Tasks have not been updated for 180 days. So, it 
has been labeled "stale-minor". If you are still affected by this bug or are 
still interested in this issue, please give an update and remove the label. In 
7 days the issue will be closed automatically.

> Introduce AbstractStreamOperator get CloseableRegistry
> ------------------------------------------------------
>
>                 Key: FLINK-5241
>                 URL: https://issues.apache.org/jira/browse/FLINK-5241
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / State Backends
>    Affects Versions: 1.2.0
>            Reporter: Till Rohrmann
>            Priority: Minor
>              Labels: stale-minor
>
> At the moment, all {{AbstractStreamOperator}} register their {{Closeables}} 
> at the containing {{StreamTask's}} {{CloseableRegistry}}. In order to 
> separate the closing of stream operator specific {{Closeables}} it might make 
> sense to instantiate a {{CloseableRegistry}} for each 
> {{AbstractStreamOperator}} and registering this registry at the 
> {{StreamTask's}} registry. That way the {{AbstractStreamOperator}} can close 
> it's own {{Closeables}} without affecting other {{AbstractStreamOperators}} 
> and not having to wait for the {{StreamTask}} to close by closing its own 
> {{CloseableRegistry}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to