[
https://issues.apache.org/jira/browse/FLINK-5214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15834434#comment-15834434
]
ASF GitHub Bot commented on FLINK-5214:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/3178#discussion_r97312291
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/state/StateSnapshotContext.java
---
@@ -21,8 +21,9 @@
import org.apache.flink.annotation.PublicEvolving;
/**
- * This interface provides a context in which operators that use managed
(i.e. state that is managed by state
- * backends) or raw (i.e. the operator can write it's state streams) state
can perform a snapshot.
+ * This interface provides a context in which operators that use managed
(i.e. state that is managed
--- End diff --
True. Will revert them.
> Clean up checkpoint files when failing checkpoint operation on TM
> -----------------------------------------------------------------
>
> Key: FLINK-5214
> URL: https://issues.apache.org/jira/browse/FLINK-5214
> Project: Flink
> Issue Type: Bug
> Components: TaskManager
> Affects Versions: 1.2.0, 1.1.3
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Fix For: 1.2.0, 1.1.4
>
>
> When the {{StreamTask#performCheckpoint}} operation fails on a
> {{TaskManager}} potentially created checkpoint files are not cleaned up. This
> should be changed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)