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

[jira] [Commented] (FLINK-10044) Check proper RIA style and introduce it where missing

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

Yu Li commented on FLINK-10044:
-------------------------------

It seems major target described here has been resolved along with FLINK-10043 and possibly we could close this JIRA? Thanks.

> Check proper RIA style and introduce it where missing
> -----------------------------------------------------
>
>                 Key: FLINK-10044
>                 URL: https://issues.apache.org/jira/browse/FLINK-10044
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Stefan Richter
>            Assignee: Stefan Richter
>            Priority: Major
>
> Check code that allocates resources, especially if it can be cancelled and should react by releasing the resources for a proper resource-acquisition-is-initialization style. Ideally with a straight forward try-with-resource if possible. If not possible, the resource cleanup should still follow a clear design principle and cleanup should be idempotent and ideally happens in reverse order of initialization.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)