[
https://issues.apache.org/jira/browse/FLINK-6853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040682#comment-16040682
]
ASF GitHub Bot commented on FLINK-6853:
---------------------------------------
Github user tzulitai commented on the issue:
https://github.com/apache/flink/pull/4079
The test results in #4073 covers this change and results are green.
Since #4073 is not really a real blocker for 1.3.1, while this fix is to
allow CEP migration from 1.1, I'll merge this independent of #4073 first.
> Migrating from Flink 1.1 fails for FlinkCEP
> -------------------------------------------
>
> Key: FLINK-6853
> URL: https://issues.apache.org/jira/browse/FLINK-6853
> Project: Flink
> Issue Type: Bug
> Components: CEP
> Affects Versions: 1.3.0
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: Tzu-Li (Gordon) Tai
>
> Migrating from Flink 1.1 fails for CEP, since in 1.1, the legacy
> {{MultiplexingStreamRecordSerializer}} is used for stream elements in the
> serialized priority queue (via the {{PriorityQueueSerializer}}).
> In newer versions, the {{StreamElementSerializer}} is used instead. For this
> to work, we need to implement the compatibility methods for
> {{StreamElementSerializer}} such that it is also compatible with
> configuration snapshots taken from the {{MultiplexingStreamRecordSerializer}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)