[
https://issues.apache.org/jira/browse/FLINK-11796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Li updated FLINK-11796:
--------------------------
Component/s: Runtime / State Backends
> Remove Snapshotable interface
> -----------------------------
>
> Key: FLINK-11796
> URL: https://issues.apache.org/jira/browse/FLINK-11796
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / State Backends
> Reporter: Yu Li
> Assignee: Yu Li
> Priority: Major
>
> With FLINK-10043 and FLINK-11729 we have made all backends follow the builder
> pattern and moved all restore operations into the backend building process,
> with a newly introduced {{RestoreOperation}} interface for the abstraction.
> So we only need to implement the {{SnapshotStrategy}} interface in backends
> and could safely remove the {{Snapshotable}} interface.
> We will also remove the relative call of {{Snapshotable#restore}} in
> {{BackendRestorerProcedure#attemptCreateAndRestore}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)