[
https://issues.apache.org/jira/browse/FLINK-35251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-35251:
-----------------------------------
Labels: pull-request-available (was: )
> SchemaDerivation serializes mapping incorrectly on checkpoint
> -------------------------------------------------------------
>
> Key: FLINK-35251
> URL: https://issues.apache.org/jira/browse/FLINK-35251
> Project: Flink
> Issue Type: Bug
> Components: Flink CDC
> Affects Versions: cdc-3.1.0
> Reporter: Qingsheng Ren
> Assignee: Qingsheng Ren
> Priority: Blocker
> Labels: pull-request-available
> Fix For: cdc-3.1.0
>
>
> When schema registry is being serialized on checkpoint, SchemaDerivation
> mistakenly use `out.write()` instead of `out.writeInt()` for serializing the
> size of derivation mapping. This will cause an EOFException when the job is
> recovered from checkpoint.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)