GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/5552
[FLINK-8735] Add new StatefulJobSavepointMigrationITCase
R: @kl0u, and this is also relevant for your related PR that adds support
for broadcast state. I think you would have to build on this new one and add
broadcast state there. ð³
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink
jira-8735-new-savepoint-migration-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5552.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5552
----
commit 13c7fcc16c78f15abe11dfa4a0dbe91e7a96b3d8
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date: 2018-02-21T17:08:13Z
[FLINK-8735] Rename StatefulJobSavepointMigrationITCase
This is preparation for modifying a new ITCase to use modern state
features.
commit 5792c207f427f62aad9f26dd08112a676aab614b
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date: 2018-02-21T17:10:55Z
[FLINK-8735] Add new StatefulJobSavepointMigrationITCase
This new test does not pretend to use legacy state but now instead uses
the more modern operator state varieties.
The binary savepoints for this were generated on the release-1.4 branch.
----
---