Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2608#discussion_r82781688
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointProperties.java
 ---
    @@ -18,44 +18,243 @@
     
     package org.apache.flink.runtime.checkpoint;
     
    +import org.apache.flink.runtime.jobgraph.JobStatus;
    +
    +import java.io.Serializable;
    +
     /**
      * The configuration of a checkpoint, such as whether
      * <ul>
    - *     <li>The checkpoint is a savepoint</li>
    + *     <li>The checkpoint should be persisted</li>
      *     <li>The checkpoint must be full, or may be incremental</li>
      *     <li>The checkpoint format must be the common (cross backend) 
format, or may be state-backend specific</li>
    --- End diff --
    
    The second and third are not yet implemented, aren't they?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to