[GitHub] flink issue #2168: [FLINK-3964] add hint to job submission timeout exception...

2016-06-28 Thread mxm
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. -

[GitHub] flink issue #2168: [FLINK-3964] add hint to job submission timeout exception...

2016-06-27 Thread gyfora
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