-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Execution Team 2023-04-17, Execution Team 2023-05-01, Execution Team 2023-05-15, Execution Team 2023-05-29
-
135
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When enabling profiling on a database, the system.profile collection is created using an untimestamped write to the catalog. But when running dropDatabase, the system.profile collection is dropped using a timestamped write to the catalog. This mixed-mode usage makes it difficult to reason in the CollectionCatalog. It will simplify the CollectionCatalog if both the create/drop are either timestamped or untimestamped, not mixed.
- is related to
-
SERVER-75741 CollectionCatalog does not handle mixed-mode create and drops during steady state
-
- Closed
-