[ 
https://issues.apache.org/jira/browse/FLINK-15436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005883#comment-17005883
 ] 

xiemeilong commented on FLINK-15436:
------------------------------------

[~yunta]  The recovery  need performed on every keyed state , the recovered 
object will assigned to the keyed state as a transient field which is not 
serializable ,so I need a hook to do the recovery.  
{{CheckpointedFunction#initializeState}}  seems can not do it.

> Add  a hook of deserialized  for pojo state object.
> ---------------------------------------------------
>
>                 Key: FLINK-15436
>                 URL: https://issues.apache.org/jira/browse/FLINK-15436
>             Project: Flink
>          Issue Type: Wish
>          Components: API / Type Serialization System
>            Reporter: xiemeilong
>            Priority: Major
>
> I need to do some recovery work when state deserialized back, for example , I 
> want to construct a not serializable object to do some custom logic depends 
> on the state and only update it on the state updated.



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

Reply via email to