[
https://issues.apache.org/jira/browse/FLINK-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994319#comment-15994319
]
ASF GitHub Bot commented on FLINK-6345:
---------------------------------------
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`.
> Migrate from Java serialization for ContinuousFileReaderOperator's state
> ------------------------------------------------------------------------
>
> Key: FLINK-6345
> URL: https://issues.apache.org/jira/browse/FLINK-6345
> Project: Flink
> Issue Type: Sub-task
> Components: Streaming Connectors
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: mingleizhang
>
> See umbrella JIRA FLINK-6343 for details. This subtask tracks the migration
> for {{ContinuousFileReaderOperator}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)