Re: Cannot cancel job with savepoint due to timeout

2017-02-02 Thread Till Rohrmann
Hi Bruno, the lacking documentation for akka.client.timeout is an oversight on our part [1]. I'll update it asap. Unfortunately, at the moment there is no other way than to specify the akka.client.timeout in the flink-conf.yaml file. [1] https://issues.apache.org/jira/browse/FLINK-5700 Cheers,

Re: Cannot cancel job with savepoint due to timeout

2017-02-01 Thread Bruno Aranda
Maybe, though it could be good to be able to override in the command line somehow, though I guess I could just change the flink config. Many thanks Yuri, Bruno On Wed, 1 Feb 2017 at 07:40 Yury Ruchin wrote: > Hi Bruno, > > From the code I conclude that "akka.client.timeout" setting is what > a

Re: Cannot cancel job with savepoint due to timeout

2017-01-31 Thread Yury Ruchin
Hi Bruno, >From the code I conclude that "akka.client.timeout" setting is what affects this. It defaults to 60 seconds. I'm not sure why this setting is not documented though as well as many other "akka.*" settings - maybe there are some good reasons behind. Regards, Yury 2017-01-31 17:47 GMT+0

Cannot cancel job with savepoint due to timeout

2017-01-31 Thread Bruno Aranda
Hi there, I am trying to cancel a job and create a savepoint (ie flink cancel -s) but it takes more than a minute to do that and then it fails due to the timeout. However, it seems that the job will be cancelled successfully and the savepoint made, but I can only see that through the dasboard. Ca