-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 7.0.0-rc0, 6.0.5, 4.4.20, 5.0.16, 6.3.0-rc3
-
Component/s: Sharding
-
Sharding NYC
-
Fully Compatible
-
ALL
-
v7.0, v6.3, v6.0, v5.0, v4.4
-
Sharding EMEA 2023-04-17
-
26
In the prepare_transaction_then_migrate.js test there is a stepUp and then a migration in a parallel shell which is expected to hang in a point in the migration. However, if the source shard is still executing the step up process then the migration will fail with a NotWritablePrimary error, causing the test to time out waiting for a migration to get into a point that will never reach.
We could either retry the moveChunk command or find a way to wait for the primary to reach a steady state.
- is related to
-
SERVER-74177 balancer_commands_scheduler wraps retryable error into OperationFailed error, making them not eligible for retry
- Closed