Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3084

File State Backend should not write very small state into files

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.10.0
    • 1.0.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            sewen Stephan Ewen
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: