You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/15 12:50:00 UTC

[jira] [Commented] (FLINK-10898) Add yarn.application-attempts-failures-validity-interval in YarnConfigOptions

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

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

maqingxiang opened a new pull request #7103: [FLINK-10898][flink-yarn]Add yarn.application-attempts-failures-validity-interval in YarnConfigOptions
URL: https://github.com/apache/flink/pull/7103
 
 
   ## What is the purpose of the change
   
   The attempt failure validity interval says that an application is only killed after the system has seen the maximum number of application attempts during one interval. This avoids that a long lasting job will deplete it’s application attempts.
   
   Now the attempt failure validity interval is set to the Flinks’ Akka timeout value, I think we need to add a separate configuration setting of this. So add yarn.application-attempts-failures-validity-interval  to describe it in YarnConfigOptions.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add yarn.application-attempts-failures-validity-interval in YarnConfigOptions
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-10898
>                 URL: https://issues.apache.org/jira/browse/FLINK-10898
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: xymaqingxiang
>            Priority: Major
>              Labels: pull-request-available
>
> The attempt failure validity interval says that an application is only killed after the system has seen the maximum number of application attempts during one interval. This avoids that a long lasting job will deplete it’s application attempts.
> Now the attempt failure validity interval is set to the Flinks’ Akka timeout value, I think we need to add a separate configuration setting of this. So add yarn.application-attempts-failures-validity-interval  to describe it in YarnConfigOptions.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)