Skip to content

Commit 08e661a

Browse files
committed
Merge branch '1.8_v3.10.15_lianlian' into hotfix_1.8_3.10.x_30145
* 1.8_v3.10.15_lianlian: 修改查询频率
2 parents e753e90 + 0fada50 commit 08e661a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flinkx-core/src/main/java/com/dtstack/flinkx/latch/BaseLatch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
public abstract class BaseLatch {
3030

31-
protected static int MAX_RETRY_TIMES = 100;
31+
protected static int MAX_RETRY_TIMES = 30;
3232

3333
/**
3434
* 从Flink REST API获取累加器里的值
@@ -52,7 +52,7 @@ public void waitUntil(int val) {
5252
}
5353

5454
protected void sleep() {
55-
SysUtil.sleep(300);
55+
SysUtil.sleep(1000);
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)