??????????????????????checkpoint??????????????????
StreamExecutionEnvironment.getCheckpointConfig().setFailOnCheckpointingErrors(true);
/**
 * Sets the expected behaviour for tasks in case that they encounter an error 
in their checkpointing procedure.
 * If this is set to true, the task will fail on checkpointing error. If this 
is set to false, the task will only
 * decline a the checkpoint and continue running. The default is true.
 */
public void setFailOnCheckpointingErrors(boolean failOnCheckpointingErrors) {
   this.failOnCheckpointingErrors = failOnCheckpointingErrors;
}


------------------ ???????? ------------------
??????:&nbsp;"LakeShen"<[email protected]&gt;;
????????:&nbsp;2020??6??23??(??????) ????7:48
??????:&nbsp;"user-zh"<[email protected]&gt;;

????:&nbsp;Re: flink???????????????? flink last checkpoint 
???????????????????????????? state ??????????????



Hi ,

???? Congxian ???????? Flink ???????????????????????????????????? Checkpoint 
??????????

???????????? last checkpoint ????????????????????????

Best,
LakeShen

Congxian Qiu <[email protected]&gt; ??2020??6??22?????? ????8:23??????

&gt; hi
&gt;
&gt; ???????? state ????????????????????checkpoint ?????????????? state 
?????????????????????? checkpoint??
&gt;
&gt; Best,
&gt; Congxian
&gt;
&gt;
&gt; ???????? <[email protected]&gt; ??2020??6??22?????? ????8:09??????
&gt;
&gt; &gt; ??????????????flink?????????? 
??????????checkpoint????????????????????????&amp;nbsp;&amp;nbsp;
&gt;

回复