Details
-
Technical Debt
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
None
Description
Currently, metadata is written to the state changelog using the same StateChangelogWriter.append() method as data.
However, it doesn't belong to a specific group, and should be read first on recovery. Because of that, -1 is used.
An explicit append() without keygroup would be less fragile (probably still using -1 under the hood).
Attachments
Issue Links
- is related to
-
FLINK-25842 [v2] FLIP-158: Generalized incremental checkpoints
- Resolved
- links to