-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
ALL
-
1
-
🟥 DDL
-
None
-
None
-
None
-
None
-
None
-
None
In the rename collection coordinator, the target collection's UUID is set on the coordinator document before the critical section is taken for that namespace. This allows for a case in which the UUID is set as none (collection doesn't exist) and then a createCollection happens just before the critical section is acquired since create does not always acquire the DDL lock.
Â
Though this is a bug, it seems to not actually manifest in any problematic way, since the rename participant handles this situation gracefully. However, it is a potential footgun for the future which could be fixed simply by setting the uuid a few lines lower once the critical section is acquired.