Re: some default config questions

2018-06-04 Thread makeyang
thanks -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: some default config questions

2018-06-01 Thread Till Rohrmann
Hi, the reason why `jobmanager.execution.failover-strategy` defaults to `full` is that `individual` only works if you have a completely embarrassingly parallel job where all operators chain into a single task. Concerning `taskmanager.jvm-exit-on-oom`, depending on where the OOMException has been

some default config questions

2018-05-31 Thread makeyang
why jobmanager.execution.failover-strategy default value is full not Individual? why taskmanager.jvm-exit-on-oom default value is false not true? code is flink 1.5 -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/