You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2019/04/11 04:48:00 UTC

[jira] [Closed] (FLINK-12066) Remove StateSerializerProvider field in keyed state backend

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

Tzu-Li (Gordon) Tai closed FLINK-12066.
---------------------------------------
    Resolution: Fixed

Merged for 1.9.0:
1132a52a58c3710a9a183111fda84cd1432605fa

> Remove StateSerializerProvider field in keyed state backend
> -----------------------------------------------------------
>
>                 Key: FLINK-12066
>                 URL: https://issues.apache.org/jira/browse/FLINK-12066
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / State Backends
>            Reporter: Yu Li
>            Assignee: Yu Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As mentioned in [PR review of FLINK-10043|https://github.com/apache/flink/pull/7674#discussion_r257630962] with Stefan and offline discussion with Gordon, after the refactoring work serializer passed to {{RocksDBKeyedStateBackend}} constructor is a final one, thus the {{StateSerializerProvider}} field is no longer needed.
> For {{HeapKeyedStateBackend}}, the only thing stops us to pass a final serializer is the circle dependency between the backend and {{HeapRestoreOperation}}, and we aim to decouple them by introducing a new {{HeapInternalKeyContext}} as the bridge. More details please refer to the coming PR.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)