File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1808,7 +1808,7 @@ ACTOR Future<Void> runConsistencyCheckerUrgentCore(Reference<AsyncVar<Optional<C
1808
1808
globalProgressMap.insert (allKeys, false );
1809
1809
}
1810
1810
1811
- state int64_t consistencyCheckerId = deterministicRandom ()->randomInt64 (0 , 10000000 );
1811
+ state int64_t consistencyCheckerId = deterministicRandom ()->randomInt64 (1 , 10000000 );
1812
1812
state int retryTimes = 0 ;
1813
1813
state int round = 0 ;
1814
1814
@@ -1904,7 +1904,7 @@ ACTOR Future<Void> runConsistencyCheckerUrgentCore(Reference<AsyncVar<Optional<C
1904
1904
wait (delay (10.0 )); // Backoff 10 seconds for the next round
1905
1905
1906
1906
// Decide and enforce the consistencyCheckerId for the next round
1907
- consistencyCheckerId = deterministicRandom ()->randomInt64 (0 , 10000000 );
1907
+ consistencyCheckerId = deterministicRandom ()->randomInt64 (1 , 10000000 );
1908
1908
}
1909
1909
}
1910
1910
You can’t perform that action at this time.
0 commit comments