Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/flink/pull/612#discussion_r28814178
  
    --- Diff: 
flink-tests/src/test/scala/org/apache/flink/api/scala/runtime/taskmanager/TaskManagerFailsITCase.scala
 ---
    @@ -231,9 +231,9 @@ with WordSpecLike with Matchers with BeforeAndAfterAll {
         config.setInteger(ConfigConstants.TASK_MANAGER_NUM_TASK_SLOTS, 
numSlots)
         
config.setInteger(ConfigConstants.LOCAL_INSTANCE_MANAGER_NUMBER_TASK_MANAGER, 
numTaskmanagers)
         config.setString(ConfigConstants.AKKA_WATCH_HEARTBEAT_INTERVAL, "1000 
ms")
    -    config.setString(ConfigConstants.AKKA_WATCH_HEARTBEAT_PAUSE, "4000 ms")
    +    config.setString(ConfigConstants.AKKA_WATCH_HEARTBEAT_PAUSE, "20 s")
    --- End diff --
    
    What is the effect of this setting on the test? Does it take very long now, 
because the JobManager needs really long to determine that the TaskManager has 
failed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to