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

Add version header to savepoints

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.3
    • 1.1.0
    • None
    • None

    Description

      Adding a header with version information to savepoints ensures that we can migrate savepoints between Flink versions in the future (for example when changing internal serialization formats between versions).

      After talking with Till, we propose to add the following meta data:

      • Magic number (int): identify data as savepoint
      • Version (int): savepoint version (independent of Flink version)
      • Data Offset (int): specifies at which point the actual savepoint data starts. With this, we can allow future Flink versions to add fields to the header without breaking stuff, e.g. Flink 1.1 could read savepoints of Flink 2.0.

      For Flink 1.0 savepoint support, we have to try reading the savepoints without a header before failing if we don't find the magic number.

      Attachments

        Issue Links

          Activity

            People

              uce Ufuk Celebi
              uce Ufuk Celebi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: