[
https://issues.apache.org/jira/browse/FLINK-6782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032689#comment-16032689
]
ASF GitHub Bot commented on FLINK-6782:
---------------------------------------
Github user alpinegizmo commented on a diff in the pull request:
https://github.com/apache/flink/pull/4024#discussion_r119567341
--- Diff: docs/setup/savepoints.md ---
@@ -144,7 +144,7 @@ $ bin/flink savepoint -d :savepointPath
This disposes the savepoint stored in `:savepointPath`.
-Note that since savepoints always go to a file system it is possible to
also manually delete the savepoint via a regular file system operation. Up to
Flink 1.2, this way a more tedious task which was performed with the savepoint
command above.
+Note that it is possible to also manually delete a savepoint via regular
file system operations without affecting other savepoints or checkpoints
(recall that each savepoint is self-contained). Up to Flink 1.2, this way a
more tedious task which was performed with the savepoint command above.
--- End diff --
... this was a more tedious ...
> Update savepoint documentation
> ------------------------------
>
> Key: FLINK-6782
> URL: https://issues.apache.org/jira/browse/FLINK-6782
> Project: Flink
> Issue Type: Sub-task
> Components: Documentation, State Backends, Checkpointing
> Affects Versions: 1.3.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Fix For: 1.3.0
>
>
> Savepoint documentation is a bit outdated regarding full data being stored in
> the savepoint path, not just a metadata file
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)