rkhachatryan opened a new pull request #16402: URL: https://github.com/apache/flink/pull/16402
…d state ``` Motivation: 1. ChangelogBackend.savpoint() currently simply delegates to the underlying backend, so the snapshot doesn't contain non-materialized state 2. Enable migration to ChangelogBackend from savepoints 3. Some tests create savepoints directly using underlying backends and then try to recover a regular job from them. This fails with ChangelogBackend enabled. ``` ## Verifying this change `SavepointWriterITCase` currently fails without these changes if changelog backend is enabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
