You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yaroslav Tkachenko (Jira)" <ji...@apache.org> on 2022/10/13 17:44:00 UTC

[jira] [Created] (FLINK-29633) Operator doesn't pass initialSavepointPath as fromSavepoint argument

Yaroslav Tkachenko created FLINK-29633:
------------------------------------------

             Summary: Operator doesn't pass initialSavepointPath as fromSavepoint argument
                 Key: FLINK-29633
                 URL: https://issues.apache.org/jira/browse/FLINK-29633
             Project: Flink
          Issue Type: Bug
          Components: Kubernetes Operator
    Affects Versions: kubernetes-operator-1.2.0
            Reporter: Yaroslav Tkachenko


The Kubernetes Operator doesn't pass *initialSavepointPath* from the JobSpec as a *--fromSavepoint* argument to the JobManager. The operator does update the configuration, but in the standalone mode, Flink actually [overrides that|https://github.com/apache/flink/blob/012dc6a9b800bae0cfa5250d38de992ccbabc015/flink-container/src/main/java/org/apache/flink/container/entrypoint/StandaloneApplicationClusterEntryPoint.java#L57-L63] based on the command-line arguments. 

*CmdStandaloneJobManagerDecorator* should be updated to include *fromSavepoint.*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)