Re: REST API time out ( flink 1.5 ) on SP

2018-07-12 Thread Till Rohrmann
Hi, akka.jvm-exit-on-fatal-error says whether Akka will terminate the JVM if it encounters a fatal error (e.g. OOM). This has nothing todo with quarantining. The option is relevant for the legacy and new (FLIP-6) code base. taskmanager.exit-on-fatal-akka-error is the configuration option which

Re: REST API time out ( flink 1.5 ) on SP

2018-07-10 Thread Vishal Santoshi
As we on configurations let me take the liberty to ask this Does akka.jvm-exit-on-fatal-error : true have any relevance vis a vis quarantine ( it seems that we have our own gossip protocol ) and if not what other places is this used for it to be relevant ? On Tue, Jul 10, 2018 at 10:19 AM,

Re: REST API time out ( flink 1.5 ) on SP

2018-07-10 Thread Vishal Santoshi
That should do. Thanks much. On Tue, Jul 10, 2018 at 7:52 AM, Till Rohrmann wrote: > In order to configure the timeouts for the REST handlers, please use > `web.timeout`. For the client timeout use `akka.client.timeout`. > > Cheers, > Till > > On Tue, Jul 10, 2018 at 10:54 AM Vishal Santoshi <

Re: REST API time out ( flink 1.5 ) on SP

2018-07-10 Thread Till Rohrmann
In order to configure the timeouts for the REST handlers, please use `web.timeout`. For the client timeout use `akka.client.timeout`. Cheers, Till On Tue, Jul 10, 2018 at 10:54 AM Vishal Santoshi wrote: > Aah sorry, while taking a save point without cancel, we hit this timeout > ( appears to

Re: REST API time out ( flink 1.5 ) on SP

2018-07-10 Thread Vishal Santoshi
Aah sorry, while taking a save point without cancel, we hit this timeout ( appears to be 10 seconds ). The save point does succeed, in this case it takes roughly 13-15 seconds. Wanted to know which configuration to change to increase the time out on the REST call. It does not seem to be

Re: REST API time out ( flink 1.5 ) on SP

2018-07-10 Thread Till Rohrmann
Hi Vishal, you need to give us a little bit more context in order to understand your question. Cheers, Till On Mon, Jul 9, 2018 at 10:36 PM Vishal Santoshi wrote: > java.util.concurrent.CompletionException: > akka.pattern.AskTimeoutException: Ask timed out on >

REST API time out ( flink 1.5 ) on SP

2018-07-09 Thread Vishal Santoshi
java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://flink/user/jobmanager_10#-862909719]] after [1 ms]. Sender[null] sent message of type "org.apache.flink.runtime.rpc.messages.LocalFencedMessage". at . which exact configuration is