Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
flink_warehouse_rt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data
flink_warehouse_rt
Commits
e9e03a99
Commit
e9e03a99
authored
Feb 25, 2020
by
薛鹏飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuzhe' into 'master'
update checkout time from 1s to 5m See merge request
!2
parents
42bc3ea7
f4fde7b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PreciseExposureStreaming.java
...ain/java/com/gmei/streaming/PreciseExposureStreaming.java
+2
-2
No files found.
ml_c_et_pe_preciseexposure_dimen_d_rt/src/main/java/com/gmei/streaming/PreciseExposureStreaming.java
View file @
e9e03a99
...
...
@@ -92,8 +92,8 @@ public class PreciseExposureStreaming {
/*
checkpoint设置
*/
//start a checkpoint every
1000 ms
env
.
enableCheckpointing
(
1
000
);
//start a checkpoint every
300000 ms(时间设置太短导致checkout还未完成就已超时,目前设置为5分钟)
env
.
enableCheckpointing
(
300
000
);
//set mode to exactly-once (this is the default)
env
.
getCheckpointConfig
().
setCheckpointingMode
(
CheckpointingMode
.
EXACTLY_ONCE
);
//make sure 500 ms of progress happen between checkpoints
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment