[ 
https://issues.apache.org/jira/browse/FLINK-5971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902280#comment-15902280
 ] 

ASF GitHub Bot commented on FLINK-5971:
---------------------------------------

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

    https://github.com/apache/flink/pull/3488#discussion_r105068133
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java ---
    @@ -28,6 +28,10 @@
     @PublicEvolving
     public class AkkaOptions {
     
    +   public static final ConfigOption<String> AKKA_ASK_TIMEOUT = 
ConfigOptions
    --- End diff --
    
    Maybe add a comment to be consistency with other options in this class?


> JobLeaderIdService should time out registered jobs
> --------------------------------------------------
>
>                 Key: FLINK-5971
>                 URL: https://issues.apache.org/jira/browse/FLINK-5971
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 1.3.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>              Labels: flip-6
>
> The {{JobLeaderIdService}} has no mechanism to time out inactive jobs. At the 
> moment it relies on the {{RunningJobsRegistry}} which only gives a heuristic 
> answer.
> We should remove the {{RunningJobsRegistry}} and register instead a timeout 
> for each job which does not have a job leader associated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to