????
------------------ ???????? ------------------ ??????: "Yun Tang"<[email protected]>; ????????: 2020??1??17??(??????) ????2:32 ??????: "[email protected]"<[email protected]>; ????: Re: ?????? ??????????checkpoint Hi ??????????????????env.enableCheckpoint????????????????checkpoint????????????????restart strategy????NoRestart????????????????failover???? ???? ???? ???? Outlook for Android<https://aka.ms/ghei36> ________________________________ From: sun <[email protected]> Sent: Friday, January 17, 2020 1:43:53 PM To: user-zh <[email protected]> Subject: ?????? ??????????checkpoint ?????????????????????????????????????????? env.enableCheckpointing(CommonConstants.CHECK_POINTING); env.setStreamTimeCharacteristic(TimeCharacteristic.ProcessingTime); env.setParallelism(CommonConstants.PARALLELISM_NUMBER); //???????????????? env.setRestartStrategy(RestartStrategies.noRestart()); //???????????????????????????????????????????????? ???? 10 ???? env.getCheckpointConfig().setCheckpointTimeout(CommonConstants.CHECK_POINT_TIME_OUT); //??????????true?????????????????????????? env.getCheckpointConfig().setFailOnCheckpointingErrors(CommonConstants.FAIL_ON_CHECK_POINT); env.getCheckpointConfig().setMaxConcurrentCheckpoints(CommonConstants.MAX_CHECK_POINTS); env.getCheckpointConfig().setCheckpointingMode(CheckpointingMode.EXACTLY_ONCE); ------------------&nbsp;????????&nbsp;------------------ ??????:&nbsp;"sysuke Lee"<[email protected]&gt;; ????????:&nbsp;2020??1??17??(??????) ????12:10 ??????:&nbsp;"user-zh"<[email protected]&gt;; ????:&nbsp;Re: ??????????checkpoint ????????????checkpoint?????????????????????????? sun <[email protected]&gt; ??2020??1??17?????? ????10:42?????? &gt; ??????????????????????????????????????checkpoint????????????????checkpoint??????????????????????????
