-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 5.0.3, 5.1.0-rc0
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
v5.1, v5.0
-
Sharding EMEA 2021-11-01
The database critical section taken in the drop database coordinator should be released only after we have already invalidated the database version from the DSS
Otherwise it could happen that an implicit create collection with a stale db version could potentially sneak in after we released the critical section but before we cleared the database version.