Skip to content

Commit

Permalink
Minior document change to retrigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Myasuka committed Jun 21, 2019
1 parent d62c595 commit a95242e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ public class CheckpointConfig implements java.io.Serializable {

/**
* Task would not fail if there is an error in their checkpointing.
*
* <p>{@link #tolerableCheckpointFailureNumber} would always overrule this deprecated field if they have conflicts.
*
* @deprecated Use {@link #tolerableCheckpointFailureNumber}.
*/
@Deprecated
Expand Down Expand Up @@ -274,7 +277,7 @@ public boolean isFailOnCheckpointingErrors() {
* If this is set as false, which is equivalent to set tolerableCheckpointFailureNumber as the maximum of integer (means unlimited),
* job manager would not fail the whole job no matter how many declined checkpoints it received.
*
* <p>{@link #tolerableCheckpointFailureNumber} would always overrule the deprecated {@link #failOnCheckpointingErrors} if they have conflicts.
* <p>{@link #setTolerableCheckpointFailureNumber(int)} would always overrule this deprecated method if they have conflicts.
*
* @deprecated Use {@link #setTolerableCheckpointFailureNumber(int)}.
*/
Expand Down

0 comments on commit a95242e

Please sign in to comment.