-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
ALL
-
CAR Team 2025-09-29
-
1
-
🟥 DDL
-
None
-
None
-
None
-
None
-
None
-
None
Value not atomically updated
The result of the update will be determined by the interleaving of thread execution. Non-atomic update of a concurrently shared value
/src/mongo/db/global_catalog/ddl/rename_collection_coordinator.cpp:1115: ATOMICITY 176234 Locking "opCtx->_client".
/src/mongo/db/global_catalog/ddl/rename_collection_coordinator.cpp:1122: ATOMICITY 176234 Assigning data that might be protected by the lock to "toNss".
/src/mongo/db/global_catalog/ddl/rename_collection_coordinator.cpp:1145: ATOMICITY 176234 Unlocking "this->this->_docMutex". "toNss" might now be unreliable because other threads can now change the data that it depends on.
/src/mongo/db/global_catalog/ddl/rename_collection_coordinator.cpp:1145: ATOMICITY 176234 Locking "opCtx->_client" again.
/src/mongo/db/global_catalog/ddl/rename_collection_coordinator.cpp:1146: ATOMICITY 176234 Using an unreliable value of "toNss" inside the second locked section. If the data that "toNss" depends on was changed by another thread, this use might be incorrect.