[
https://issues.apache.org/jira/browse/FLINK-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595144#comment-15595144
]
ASF GitHub Bot commented on FLINK-4882:
---------------------------------------
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2679
[FLINK-4882] [flip-6] Remove exceptions from HighAvailabilityServiceswhere
not necessary
Cleanup of the interface `HighAvailabilityServices` so that only methods
which really throw an
exception have an exception clause defined.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink removeExceptionsHAServices
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2679.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2679
----
----
> Cleanup throws exception clause in HighAvailabilityServices
> -----------------------------------------------------------
>
> Key: FLINK-4882
> URL: https://issues.apache.org/jira/browse/FLINK-4882
> Project: Flink
> Issue Type: Improvement
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
> Labels: flip-6
>
> The {{HighAvailabilityServices}} interfaces defines methods with throws
> exception clauses which are not really needed. We should remove them to
> correct the interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)