Xiaogang Shi created FLINK-6096: ----------------------------------- Summary: Refactor the migration of old versioned savepoints Key: FLINK-6096 URL: https://issues.apache.org/jira/browse/FLINK-6096 Project: Flink Issue Type: Improvement Reporter: Xiaogang Shi
Existing code for the migration of old-versioned savepoints does not allow to correctly deserialize those classes changed in different versions. I think we should create a migration package for each old-versioned savepoint and put all migrated classes in the savepoint there. A mapping can be deployed to record those migrated classes in the savepoint so that we can correctly deserialize them. -- This message was sent by Atlassian JIRA (v6.3.15#6346)