You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/10/02 13:36:00 UTC

[jira] [Commented] (FLINK-5241) Introduce AbstractStreamOperator get CloseableRegistry

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

Aljoscha Krettek commented on FLINK-5241:
-----------------------------------------

[~srichter] This is probably not relevant anymore?

> Introduce AbstractStreamOperator get CloseableRegistry
> ------------------------------------------------------
>
>                 Key: FLINK-5241
>                 URL: https://issues.apache.org/jira/browse/FLINK-5241
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.2.0
>            Reporter: Till Rohrmann
>            Priority: 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
(v6.4.14#64029)