??????????????????????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;
}
------------------ ???????? ------------------
??????: "LakeShen"<[email protected]>;
????????: 2020??6??23??(??????) ????7:48
??????: "user-zh"<[email protected]>;
????: Re: flink???????????????? flink last checkpoint
???????????????????????????? state ??????????????
Hi ,
???? Congxian ???????? Flink ???????????????????????????????????? Checkpoint
??????????
???????????? last checkpoint ????????????????????????
Best,
LakeShen
Congxian Qiu <[email protected]> ??2020??6??22?????? ????8:23??????
> hi
>
> ???????? state ????????????????????checkpoint ?????????????? state
?????????????????????? checkpoint??
>
> Best,
> Congxian
>
>
> ???????? <[email protected]> ??2020??6??22?????? ????8:09??????
>
> > ??????????????flink??????????
??????????checkpoint????????????????????????&nbsp;&nbsp;
>