You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/08/03 09:50:00 UTC

[jira] [Created] (FLINK-7362) CheckpointProperties are not correctly set when restoring savepoint with HA enabled

Aljoscha Krettek created FLINK-7362:
---------------------------------------

             Summary: CheckpointProperties are not correctly set when restoring savepoint with HA enabled
                 Key: FLINK-7362
                 URL: https://issues.apache.org/jira/browse/FLINK-7362
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing
    Affects Versions: 1.4.0, 1.3.2
            Reporter: Aljoscha Krettek
             Fix For: 1.4.0


When restoring a savepoint on a HA setup (with ZooKeeper) the web frontend incorrectly says "Type: Checkpoint" in the information box about the latest restore event.

The information that this uses is set here: https://github.com/apache/flink/blob/09caa9ffdc8168610c7d0260360c034ea87f904c/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java#L1101

It seems that the {{CheckpointProperties}} of a restored savepoint somehow get lost, maybe because of the recover step that the {{ZookeeperCompletedCheckpointStore}} is going through.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)