You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by shuai-xu <gi...@git.apache.org> on 2018/01/15 08:58:51 UTC

[GitHub] flink pull request #5297: [FLINK-8434] Take over the running task manager af...

GitHub user shuai-xu opened a pull request:

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

    [FLINK-8434] Take over the running task manager after yarn app master failvoer

    
    ## What is the purpose of the change
    
    *This pull request makes the yarn resource manager could take over the running container from previous attempt.*
    
    ## Verifying this change
    
    This change is tested manually.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
      - The serializers: (no)
      - The runtime per-record code paths (performance sensitive): (no)
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
      - The S3 file system connector: (no)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? ( no)
      - If yes, how is the feature documented? (not applicable)


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

    $ git pull https://github.com/shuai-xu/flink jira-8434

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

    https://github.com/apache/flink/pull/5297.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 #5297
    
----
commit 2b05e621f57f1d6885d37c3aa7972e6755bc1a20
Author: shuai.xus <sh...@...>
Date:   2018-01-15T08:54:40Z

    [FLINK-8434] Take over the running task manager after yarn app master failover

----


---

[GitHub] flink issue #5297: [FLINK-8434] Take over the running task manager after yar...

Posted by GJL <gi...@git.apache.org>.
Github user GJL commented on the issue:

    https://github.com/apache/flink/pull/5297
  
    Thank you for your contribution  @shuai-xu. Unfortunately this is a duplicate of FLINK-7805. Can you close this PR?


---

[GitHub] flink pull request #5297: [FLINK-8434] Take over the running task manager af...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---