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 2015/12/01 09:46:11 UTC

[jira] [Commented] (FLINK-3084) File State Backend should not write very small state into files

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

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

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/1423


> File State Backend should not write very small state into files
> ---------------------------------------------------------------
>
>                 Key: FLINK-3084
>                 URL: https://issues.apache.org/jira/browse/FLINK-3084
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 0.10.0
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 1.0.0
>
>
> Currently, the {{FsStateBackend}} writes all state into files. Some state (like Kafka Offsets) is so small that it adds unnecessary overhead, and sometimes the checkpointed file handles are larger than the actual state.
> Small state (below a certain threshold, say 1 KB) should not be stored in files, but directly in the state handles.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)