Re: akka timeout exception

2018-11-08 Thread Anil
Thanks for the reply Dawid. The Flink jobs are deployed in Yarn cluster. I am seeing the error in Job Manager log for some jobs too frequently. I'm using Flink 1.4.2. I'm running only Streaming Jobs. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: akka timeout exception

2018-11-08 Thread K Fred
Hi, I got the same exception when running in flink cluster. The settings is below: flink version: 1.5.4 flink-conf.yaml: jobmanager.heap.mb: 102400 taskmanager.heap.mb: 102400 taskmanager.numberOfTaskSlots: 40 parallelism.default: 40 I have 5 task manager. My code just read hbase table data an

Re: akka timeout exception

2018-11-08 Thread Dawid Wysakowicz
Hi, Could you provide us with some more information? Which version of flink are you running? In which cluster setup? When does this exception occur? This exception says that request for status overview (no of taskmanagers, slots info etc.) failed. Best, Dawid On 31/10/2018 20:05, Anil wrote: >