You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by mxm <gi...@git.apache.org> on 2016/06/27 10:30:39 UTC

[GitHub] flink pull request #2168: [FLINK-3964] add hint to job submission timeout ex...

GitHub user mxm opened a pull request:

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

    [FLINK-3964] add hint to job submission timeout exception message

    


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

    $ git pull https://github.com/mxm/flink FLINK-3964

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

    https://github.com/apache/flink/pull/2168.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 #2168
    
----
commit 5964b821f3ecb3a8a4f038a995850a2c3f646552
Author: Maximilian Michels <mx...@apache.org>
Date:   2016-06-27T10:30:12Z

    [FLINK-3964] add hint to job submission timeout exception message

----


---
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 issue #2168: [FLINK-3964] add hint to job submission timeout exception...

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

    https://github.com/apache/flink/pull/2168
  
    Thanks for the feedback. Savepoint related errors should be forwarded to the client independently of timeouts (except maybe when the savepoint takes too long). So that should be fixed in a follow-up.


---
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 #2168: [FLINK-3964] add hint to job submission timeout ex...

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

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


---
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 issue #2168: [FLINK-3964] add hint to job submission timeout exception...

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

    https://github.com/apache/flink/pull/2168
  
    I think it is often the case that the timeout is caused by some failure. For instance the savepoint restore failes due to something, then you get this timeout in the command line.
    
    Maybe it's also good to add a note to check the JM log for any failures because increasing the timeout wont help.
    
    Just a thought :)


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