Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/2194#discussion_r69723013
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointRecoveryFactory.java
---
@@ -41,13 +41,13 @@
void stop();
/**
- * Creates a {@link CompletedCheckpointStore} instance for a job.
+ * Creates a {@link CheckpointStore} instance for a job.
*
* @param jobId Job ID to recover checkpoints for
* @param userClassLoader User code class loader of the job
- * @return {@link CompletedCheckpointStore} instance for the job
+ * @return {@link CheckpointStore} instance for the job
*/
- CompletedCheckpointStore createCompletedCheckpoints(JobID jobId,
ClassLoader userClassLoader)
+ CheckpointStore createCompletedCheckpoints(JobID jobId, ClassLoader
userClassLoader)
--- End diff --
Will do, the current name is not good
---
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 [email protected] or file a JIRA ticket
with INFRA.
---