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

    https://github.com/apache/flink/pull/3744#discussion_r112486557
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -487,6 +487,11 @@
        public static final String MESOS_INITIAL_TASKS = "mesos.initial-tasks";
     
        /**
    +   * Constraints for placement of Mesos tasks.
    +   */
    +   public static final String MESOS_CONSTRAINTS = 
"mesos.constraints.hard.hostattribute";
    --- End diff --
    
    Please remove this constant, since you're using the new ConfigOption 
approach which doesn't necessitate an entry here.


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