-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0
-
CAR Team 2024-04-15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The DDL lock manager takes DDL resource locks for databases and collections, but does so by serializing them to strings rather than directly using the appropriately-typed constructors.
Switching that will allow us to also remove these ResourceId constructors.
There is also some dead leftover code.