You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tillrohrmann <gi...@git.apache.org> on 2015/02/19 16:34:14 UTC

[GitHub] flink pull request: [FLINK-1484] [FLINK-1499] Adds explicit discon...

GitHub user tillrohrmann opened a pull request:

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

    [FLINK-1484] [FLINK-1499] Adds explicit disconnect messages in case of an actor shutdown

    Introduces explicit disconnect messages which are sent from the JobManager/TaskManager to the TaskManager/JobManager in case of a graceful actor termination. These disconnect messages allow a faster recovery from failure in order to reach quickly a clean state.
    
    Contains minor Scala cleanups.
    
    This PR is based on #419 

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

    $ git pull https://github.com/tillrohrmann/flink taskManagerDisconnect

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

    https://github.com/apache/flink/pull/423.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 #423
    
----
commit 8cc604d61d75370972146333c5a016b5fcdddc77
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-02-19T10:04:56Z

    [FLINK-1584] [runtime][tests] Fixes TaskManagerFailsITCase by replacing the TestingCluster with a ForkableFlinkMiniCluster

commit 21660683633df999b86a7240929e07b8935e17df
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-02-17T14:54:42Z

    [Flink-1484] [runtime] Adds explicit disconnect message for TaskManagers

commit b2ff739feb6915bb131d1aeac7ca772eb4f85cba
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-02-17T15:36:34Z

    [FLINK-1499] [runtime] TaskManager sends explicit disconnect message to JobManager in case of shutdown

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-1484] [FLINK-1499] Adds explicit discon...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-1484] [FLINK-1499] Adds explicit discon...

Posted by tillrohrmann <gi...@git.apache.org>.
Github user tillrohrmann commented on the pull request:

    https://github.com/apache/flink/pull/423#issuecomment-75096035
  
    Rebased the PR on the pending PR #422 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---