[
https://issues.apache.org/jira/browse/FLINK-16247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-16247.
----------------------------------
Resolution: Fixed
Fixed in 1.11.0 via 5fa3edc4925120577b95dd470eaeb0c3a082a0a6
> Rename 'checkpoints.savepoint.' package and classes to 'checkpoint.metadata.'
> -----------------------------------------------------------------------------
>
> Key: FLINK-16247
> URL: https://issues.apache.org/jira/browse/FLINK-16247
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Checkpointing
> Reporter: Stephan Ewen
> Assignee: Stephan Ewen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> These classes are responsible for the persistence of checkpoint metadata.
> Originally, savepoints where the only snapshots with persistent metadata,
> while checkpoints had the metadata only in memory or in ZooKeeper (Java
> Serialized).
> Nowadays, checkpoints and savepoints both persist metadata in the same way,
> and hence the package is not actually related to savepoints any more.
> Because of that, I suggest to rename the classes from "Savepoint*" to
> "Metadata*" to better describe what they are really doing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)