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

    https://github.com/apache/incubator-flink/pull/142#discussion_r18507333
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -318,7 +328,7 @@
         * Default number of seconds after which a task manager is marked as 
failed.
         */
        // 30 seconds (its enough to get to mars, should be enough to detect 
failure)
    -   public static final int DEFAULT_JOB_MANAGER_DEAD_TASKMANAGER_TIMEOUT = 
30;
    +   public static final int DEFAULT_JOB_MANAGER_DEAD_TASKMANAGER_TIMEOUT = 
30*1000;
    --- End diff --
    
    Is this number intentionally set so high?


---
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