You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (Jira)" <ji...@apache.org> on 2019/12/04 07:33:00 UTC

[jira] [Closed] (FLINK-15041) Remove default close() implementation from JobClient

     [ https://issues.apache.org/jira/browse/FLINK-15041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kostas Kloudas closed FLINK-15041.
----------------------------------
    Fix Version/s: 1.10.0
       Resolution: Fixed

Merged with 86c232437f74576fdee3baad11c58f77714269fc

> Remove default close() implementation from JobClient
> ----------------------------------------------------
>
>                 Key: FLINK-15041
>                 URL: https://issues.apache.org/jira/browse/FLINK-15041
>             Project: Flink
>          Issue Type: Improvement
>          Components: Client / Job Submission
>    Affects Versions: 1.10.0
>            Reporter: Kostas Kloudas
>            Assignee: Kostas Kloudas
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Currently the {{JobClient}} interface extends {{AutoCloseable}} but provides a default, empty implementation for the {{close()}} method. This is error-prone as subclass implementations may not think that they need to actually implement a proper {{close()}}.
>  
> To this end, this issue aims at removing the default implementation and each implementation of the {{JobClient}} will have to explicitly provide its own implementation.



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