You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by uce <gi...@git.apache.org> on 2016/02/17 14:32:22 UTC

[GitHub] flink pull request: [FLINK-3396] [runtime] Suppress job restart if...

GitHub user uce opened a pull request:

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

    [FLINK-3396] [runtime] Suppress job restart if adding to job graph store fails

    @tillrohrmann, this leaves everything as is, but suppresses the restart in case of a failure to add the job graph to ZooKeeper (the standalone case should never fail). This applies only to the initial job submission.
    
    The behaviour before was possibly leading to restart and the job being submitted w/o being added to ZooKeeper. Furthermore, the submission was not ACK'd in such a case. Now it will simply fail and the user can/has to react.

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

    $ git pull https://github.com/uce/flink 3396-submit

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

    https://github.com/apache/flink/pull/1657.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 #1657
    
----
commit 3847e304c93a30c18560719d8f169ca424d734e6
Author: Ufuk Celebi <uc...@apache.org>
Date:   2016-02-12T21:09:29Z

    [hotfix] Rename UnrecoverableException to SuppressRestartsException

commit 07753af54db020ddef5540ab0ae3dcbb3af69c54
Author: Ufuk Celebi <uc...@apache.org>
Date:   2016-02-16T16:49:13Z

    [FLINK-3396] [runtime] Suppress job restart if adding to job graph store fails
    
    A failure to add the job graph to the submitted job graphs in ZooKeeper
    could lead to a job restart w/o the job graph ever being added to the
    submitted graphs store. Although the job submission was not ACK'd in
    this case before, it received job status messages. Now the job will
    not be ACK'd as before, but the job will be failed.

----


---
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-3396] [runtime] Suppress job restart if...

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

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


---
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-3396] [runtime] Suppress job restart if...

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

    https://github.com/apache/flink/pull/1657#issuecomment-192209616
  
    If there are no objections, I am going to merge this to master later today.


---
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.
---