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 <vishal.santo...@gmail.com> wrote: > 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 > aka.client.timeout which is set to 120 s which was the case in 1.4 and I > could not figure out from > https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/config.html > which setting to work with. > > Thanks much. > > > > On Tue, Jul 10, 2018 at 3:18 AM, Till Rohrmann <trohrm...@apache.org> > wrote: > >> 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 < >> vishal.santo...@gmail.com> wrote: >> >>> java.util.concurrent.CompletionException: >>> akka.pattern.AskTimeoutException: Ask timed out on >>> [Actor[akka://flink/user/jobmanager_10#-862909719]] after [10000 ms]. >>> Sender[null] sent message of type >>> "org.apache.flink.runtime.rpc.messages.LocalFencedMessage". >>> at . >>> >>> >>> which exact configuration is this.. >>> >> >