You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jiangjie Qin (Jira)" <ji...@apache.org> on 2020/10/26 04:05:00 UTC

[jira] [Closed] (FLINK-19750) Deserializer is not opened in Kafka consumer when restoring from state

     [ https://issues.apache.org/jira/browse/FLINK-19750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiangjie Qin closed FLINK-19750.
--------------------------------
    Release Note: 
Patch merged.
master: 200be714ff7476f66b7f56cd9b266670b752afe0
release-1.11: 78cd4628285c9dfdc0ada3f59cdefc4e8a7eb0bc
      Resolution: Fixed

> Deserializer is not opened in Kafka consumer when restoring from state
> ----------------------------------------------------------------------
>
>                 Key: FLINK-19750
>                 URL: https://issues.apache.org/jira/browse/FLINK-19750
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka
>    Affects Versions: 1.11.0, 1.11.1, 1.11.2
>            Reporter: Qingsheng Ren
>            Assignee: Qingsheng Ren
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.3
>
>
> When a job using Kafka consumer is recovered from a checkpoint or savepoint, the {{open}} method of the record deserializer is not called. This is possibly because {{this.deserializer.open}} is put into the else clause by mistake, which will only be called if the job has a clean start. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)