[jira] [Created] (FLINK-11796) Remove Snapshotable interface

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-11796) Remove Snapshotable interface

Shang Yuanchun (Jira)
Yu Li created FLINK-11796:
-----------------------------

             Summary: Remove Snapshotable interface
                 Key: FLINK-11796
                 URL: https://issues.apache.org/jira/browse/FLINK-11796
             Project: Flink
          Issue Type: Improvement
            Reporter: Yu Li
            Assignee: Yu Li


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)