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

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

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

    https://github.com/apache/flink/pull/6313#discussion_r202057089
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsStateBackend.java
 ---
    @@ -93,7 +94,7 @@
        private static final long serialVersionUID = -8191916350224044011L;
     
        /** Maximum size of state that is stored with the metadata, rather than 
in files (1 MiByte). */
    -   public static final int MAX_FILE_STATE_THRESHOLD = 1024 * 1024;
    +   private static final int MAX_FILE_STATE_THRESHOLD = 1024 * 1024;
    --- End diff --
    
    Ok, it is `PublicEvolving` so you can keep the change.


> Activate TTL in state descriptors
> ---------------------------------
>
>                 Key: FLINK-9701
>                 URL: https://issues.apache.org/jira/browse/FLINK-9701
>             Project: Flink
>          Issue Type: Sub-task
>          Components: State Backends, Checkpointing
>            Reporter: Andrey Zagrebin
>            Assignee: Andrey Zagrebin
>            Priority: Major
>              Labels: pull-request-available
>




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

Reply via email to