You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/11 07:37:00 UTC

[jira] [Updated] (FLINK-25601) Update 'state.backend' in flink-conf.yaml

     [ https://issues.apache.org/jira/browse/FLINK-25601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-25601:
-----------------------------------
    Labels: pull-request-available  (was: )

> Update 'state.backend' in flink-conf.yaml
> -----------------------------------------
>
>                 Key: FLINK-25601
>                 URL: https://issues.apache.org/jira/browse/FLINK-25601
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / State Backends
>    Affects Versions: 1.14.2
>            Reporter: Ada Wong
>            Assignee: Ada Wong
>            Priority: Major
>              Labels: pull-request-available
>
> The value and comments of 'state.backend' in flink-conf.yaml is deprecated.
> {code:java}
> # Supported backends are 'jobmanager', 'filesystem', 'rocksdb', or the
> # <class-name-of-factory>.
> #
> # state.backend: filesystem{code}
> We should update to this following.
>  
> {code:java}
> # Supported backends are 'hashmap', 'rocksdb', or the
> # <class-name-of-factory>.
> #
> # state.backend: hashmap {code}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)