-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Sharding EMEA
-
Fully Compatible
-
ALL
-
Sharding EMEA 2023-03-06
-
4.5
RenameCollection stops migrations here and they are reenabled here as part of the commit to the configsvr. At this point, the balancer can start issuing migrations, although they'll get blocked behind the shards critical section. As soon as the critical section is released, migrations can start.
The problem is that the UnblockCRUD phase may need to be repeated in case of participant stepdown. At that point, a migration could have started, and the rename operation would hit this tassert when attempting to release the critical section (that had already released, and the migration has taken now)
- is depended on by
-
SERVER-43099 Reenable random chunk migration failpoint for concurrency with_balancer suites
- Closed