-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.4.0
-
Component/s: None
-
Fully Compatible
-
ALL
-
v5.0, v4.4
-
Execution Team 2021-05-31, Execution Team 2021-06-14
-
143
The createCollection and createView cross checks the systems at a high level after acquiring the Collection MODE_IX lock.
However, writes to the CollectionCatalog and ViewCatalog are serialized individually making it possible that both a Collection and View to be added.
- related to
-
SERVER-58489 Collection creation stuck in an infinite writeConflictRetry loop when having a duplicate name as a view
- Closed