You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/18 17:19:00 UTC

[jira] [Commented] (FLINK-8344) Add support for HA to RestClusterClient

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

ASF GitHub Bot commented on FLINK-8344:
---------------------------------------

GitHub user GJL opened a pull request:

    https://github.com/apache/flink/pull/5312

    [FLINK-8344][WIP] Add support for HA to RestClusterClient

    WIP

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/GJL/flink rest-cluster-client-ha

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5312.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 #5312
    
----
commit ef720bd792dd8c3dc23e713c9d59761fd4278325
Author: gyao <ga...@...>
Date:   2018-01-15T11:13:25Z

    [hotfix] Fix typo in AbstractCustomCommandLine Javadoc

commit 44d2c47259cbb7ab716045bdc420f6565c736787
Author: gyao <ga...@...>
Date:   2018-01-15T11:13:48Z

    [hotfix] Fix checkstyle violations in ZooKeeperUtils

commit 02dc08b7939d696f32398acb1420b137dbe33e81
Author: gyao <ga...@...>
Date:   2018-01-15T11:26:47Z

    [hotfix] Fix checkstyle violations in ZooKeeperLeaderElectionService

commit da087dd6d793aece2f0e622da3d3d4aa8c9fd1fa
Author: gyao <ga...@...>
Date:   2018-01-15T12:03:23Z

    [hotfix] Simplify log message format

commit 95afc71ecee630b75f1c53e9e7449338a293eb00
Author: gyao <ga...@...>
Date:   2018-01-15T12:55:05Z

    [hotfix] Unify argument validation in RestClusterClient

commit b6b0c97b0e364dfb093e0ad0ac756f1b51e684ca
Author: gyao <ga...@...>
Date:   2018-01-15T12:55:52Z

    [hotfix] Fix wrong Javadoc in RestServerEndpoint
    
    getRestAddress() returns a String instead of a CompletableFuture

commit 3567c6b6f5391aa47a214f3e1c7ca99d2f21d77c
Author: gyao <ga...@...>
Date:   2018-01-18T17:17:40Z

    [FLINK-8344][flip6] WIP

----


> Add support for HA to RestClusterClient
> ---------------------------------------
>
>                 Key: FLINK-8344
>                 URL: https://issues.apache.org/jira/browse/FLINK-8344
>             Project: Flink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Gary Yao
>            Priority: Major
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> The {{RestClusterClient}} must be able to deal with changing JobMasters in case of HA. We have to add functionality to reconnect to a newly elected leader in case of HA.



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