Github user tzulitai commented on the issue:
https://github.com/apache/flink/pull/3750
@zhangminglei I don't think this properly solves the issue. The problem is
that we need a migration path from the Java serialization shortcut, and not
simply replace it. Otherwise we would be breaking state compatibility with
older versions.
So, in `initializeState` we should try to read the state using the Java
serialization shortcut, and in `snapshotState` write it using a new proper
state accessing `ListState`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---