Re: Confusion in Heartbeat configurations

2019-02-18 Thread sohimankotia
Thanks Zhijiang . Sorry to ask again . So both set of heartbeats are implementing same feature . If Yes , which one has highest priority to detect failure . If no , can you explain little more or point to some references to understand difference . Thanks Sohi -- Sent from: http://apache-fli

Re: Confusion in Heartbeat configurations

2019-02-18 Thread zhijiang
Hi sohimankotia, In order not to strongly rely on the akka implementation, flink implements the heartbeat mechanism for health monitor for the components of TaskExecutor, JobMaster and ResourceManager from FLIP6. So you can see two sets of heartbeat setting, one is for akka internal implementat

Confusion in Heartbeat configurations

2019-02-17 Thread sohimankotia
Hi, In https://ci.apache.org/projects/flink/flink-docs-release-1.7/ops/config.html link there are two heartbeat config are mentioned . akka.watch.heartbeat.interval akka.watch.heartbeat.pause Vs heartbeat.interval heartbeat.timeout Can u guys pls explain what exactly is difference between t