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

Martijn Visser commented on FLINK-39949:
----------------------------------------

That implies that you will guarantee that all ForST checkpoints/savepoints 
compatibilities will be guaranteed from that point forward. For an experimental 
feature, I think that's ambitious. I would first like to see it discussed on 
the Dev mailing list before implemention

> [ForSt] State restore from savepoints/checkpoints not supported
> ---------------------------------------------------------------
>
>                 Key: FLINK-39949
>                 URL: https://issues.apache.org/jira/browse/FLINK-39949
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / State Backends
>            Reporter: Jubin Soni
>            Priority: Minor
>              Labels: pull-request-available
>
> The ForSt state backend currently does not support restoring from savepoints 
> or checkpoints. When a restore is attempted, 
> {{ForStKeyedStateBackendBuilder#restoreForStKeyedStateBackend()}} 
> unconditionally throws the following exception:
> UnsupportedOperationException: Not support restoring yet for ForStStateBackend
>  
> *File location:*
> {{flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackendBuilder.java}}
> Line: 428
> *Steps to Reproduce:*
>  # Configure a Flink job to use the ForSt state backend
>  # Take a checkpoint or savepoint
>  # Restart the job and attempt to restore from that checkpoint/savepoint
> *Expected Result:*
> The job should resume from the checkpoint with all state intact.
> *Actual Result:*
> The job fails with:
> UnsupportedOperationException: Not support restoring yet for ForStStateBackend
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to