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

    https://github.com/apache/flink/pull/3460#discussion_r105906846
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/JobManagerOptions.java
 ---
    @@ -32,6 +32,13 @@
        public static final ConfigOption<Integer> MAX_ATTEMPTS_HISTORY_SIZE =
                        
key("job-manager.max-attempts-history-size").defaultValue(16);
     
    +   /**
    +    * The location where the {@link JobManager} stores the archives for 
finished jobs.
    +    */
    +   public static final ConfigOption<String> ARCHIVE_DIR =
    +                   key("jobmanager.archive.dir")
    --- End diff --
    
    Should we rename this to be in line with my other proposal to allow future 
changes? E.g. `jobmanager.archive.fs.dir`?


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