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

    https://github.com/apache/flink/pull/705#discussion_r30816631
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -148,6 +148,16 @@
        public static final String TASK_MANAGER_NETWORK_DEFAULT_IO_MODE = 
"taskmanager.network.defaultIOMode";
     
        /**
    +    * Initial backoff (in ms) for partition requests, which return 
partition not found.
    +    */
    +   public static final String 
TASK_MANAGER_NETWORK_REQUEST_BACKOFF_INITIAL_MS = 
"taskmanager.network.requestBackoffInitial";
    --- End diff --
    
    Are these config parameters that we want to expose? Or would it be safe to 
make those internal, if there really is no good case for anyone to ever adjust 
them?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to