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