StefanRRichter commented on a change in pull request #8745: [FLINK-11662]
Disable task to fail on checkpoint errors
URL: https://github.com/apache/flink/pull/8745#discussion_r295195802
##########
File path:
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
##########
@@ -154,8 +154,11 @@
/** This flag defines if we use compression for the state snapshot data
or not. Default: false */
private boolean useSnapshotCompression = false;
- /** Determines if a task fails or not if there is an error in writing
its checkpoint data. Default: true */
- private boolean failTaskOnCheckpointError = true;
+ /**
+ * @deprecated Should no longer be used because we would not support to
let task fail on checkpoint error.
Review comment:
I think we should mention the (kind of) replacement flag for tolerable
checkpoint errors here. And also how the two interact.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services