-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.0.3
-
Component/s: None
-
Sharding EMEA
-
Fully Compatible
-
ALL
-
v6.2, v6.0
-
Sharding EMEA 2022-12-26
-
5
The receiveChunkWaitForRangeDeleterTimeoutMS parameter makes a recipient of a migration to wait for range deletions in intersecting chunk ranges to finish before continuing with the ongoing migration.
The default timeout is currently 10 seconds, which is a number that is too low for the current test agg_collstats_expr.js. This is causing sometimes to have failures (BF-26988) on this test.
I propose to increase the default value to a minute and a half (90 seconds), which is the current overall timeout for migrations.
- related to
-
SERVER-59636 Default timeout for receiveChunkWaitForRangeDeleterTimeoutMS is too low
- Closed