Re: akka.ask.timeout setting not honored

2018-09-04 Thread Greg Finch
ime/src/main/java/org/apache/flink/runtime/util/EnvironmentInformation.java#L281 > > On Fri, Aug 31, 2018 at 9:18 PM, Greg Finch > wrote: > >> Well ... that didn't take long. The next time I tried, I got the Akka >> timeout again. Attached are the logs from the last

Re: akka.ask.timeout setting not honored

2018-08-31 Thread Greg Finch
Well ... that didn't take long. The next time I tried, I got the Akka timeout again. Attached are the logs from the last attempt. They're very similar to the other logs I sent. On Fri, Aug 31, 2018 at 2:04 PM Greg Finch wrote: > Thanks Gary. Attached is the jobmanager log. Yo

Re: akka.ask.timeout setting not honored

2018-08-31 Thread Greg Finch
andler appears in your > log, I > assume that you are starting a job cluster on YARN. Without seeing the > complete logs, I cannot be sure what exactly happens. For now, you can try > setting the config option web.timeout to a higher value. > > Best, > Gary > > On Fri,

akka.ask.timeout setting not honored

2018-08-31 Thread Greg Finch
I'm having a problem with akka timeout when starting my cluster. The error is "Ask timed out after 1 ms.". I have changed the akka.ask.timeout config setting to be 30 ms, but it still times out and fails after 10 seconds. I confirmed that the config is properly set by both checking the J