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

Nico Kruber edited comment on FLINK-15863 at 2/4/20 9:24 AM:
-------------------------------------------------------------

What do you think about this? (I could also create a small PR for this)
{code}
Another important precondition is that all the savepoint data must be 
accessible from the new installation under the same (absolute) path. This also 
includes access to any additional files that are referenced from inside the 
savepoint file (the output from state backend snapshots), including, but not 
limited to additional referenced savepoints from modifications with the State 
Processor API *link*. Any savepoint data is currently referenced by absolute 
paths inside the meta data file and thus a savepoint is typically not 
relocatable via typical filesystem operations.
{code}


was (Author: nicok):
What do you think about this? (I could also create a small PR for this)
{quote}
Another important precondition is that all the savepoint data must be 
accessible from the new installation under the same (absolute) path. This also 
includes access to any additional files that are referenced from inside the 
savepoint file (the output from state backend snapshots), including, but not 
limited to additional referenced savepoints from modifications with the State 
Processor API *link*. Any savepoint data is currently referenced by absolute 
paths inside the meta data file and thus a savepoint is typically not 
relocatable via typical filesystem operations.
{quote}

> Fix docs stating that savepoints are relocatable
> ------------------------------------------------
>
>                 Key: FLINK-15863
>                 URL: https://issues.apache.org/jira/browse/FLINK-15863
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.9.2, 1.10.0
>            Reporter: Nico Kruber
>            Priority: Blocker
>              Labels: usability
>             Fix For: 1.11.0, 1.10.1
>
>
> This section from 
> https://ci.apache.org/projects/flink/flink-docs-stable/ops/upgrading.html#preconditions
>  states that savepoints are relocatable which they are not yet (see 
> FLINK-5763). It should be fixed and/or removed; I'm unsure what change from 
> 1.3 it should actually reflect.
> {quote}Another important precondition is that for savepoints taken before 
> Flink 1.3.x, all the savepoint data must be accessible from the new 
> installation and reside under the same absolute path. Before Flink 1.3.x, the 
> savepoint data is typically not self-contained in just the created savepoint 
> file. Additional files can be referenced from inside the savepoint file (e.g. 
> the output from state backend snapshots). Since Flink 1.3.x, this is no 
> longer a limitation; savepoints can be relocated using typical filesystem 
> operations..{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to