[ https://issues.apache.org/jira/browse/FLINK-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055978#comment-16055978 ]
ASF GitHub Bot commented on FLINK-6494: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4075#discussion_r123012831 --- Diff: flink-mesos/src/test/java/org/apache/flink/mesos/runtime/clusterframework/MesosFlinkResourceManagerTest.java --- @@ -105,8 +105,8 @@ private static final long serialVersionUID = -952579203067648838L; { - setInteger(ConfigConstants.MESOS_MAX_FAILED_TASKS, -1); - setInteger(ConfigConstants.MESOS_INITIAL_TASKS, 0); + setInteger(MesosConfigOptions.MESOS_MAX_FAILED_TASKS.key(), -1); --- End diff -- remove call to `key()` > Migrate ResourceManager configuration options > --------------------------------------------- > > Key: FLINK-6494 > URL: https://issues.apache.org/jira/browse/FLINK-6494 > Project: Flink > Issue Type: Sub-task > Components: Distributed Coordination, ResourceManager > Reporter: Chesnay Schepler > Assignee: Fang Yong > -- This message was sent by Atlassian JIRA (v6.4.14#64029)