-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
v7.1
-
Execution EMEA Team 2023-09-04, Execution EMEA Team 2023-09-18
-
5
There is a harmless race between a thread performing an operation using DBDirectClient that temporarily resets the ReadConcernArgs (example) and the currentOps method reading the ReadConcernArgs of the target operation (code).
The main risk potential for this is an operation printing potentially wrong information for the read concern used. This would occur if the currentOp thread acquired a copy of the data while the temporary reset was happening.
- is depended on by
-
COMPASS-7184 Investigate changes in SERVER-80498: Improve thread safety of ReadConcernArgs modification
- Closed
- related to
-
SERVER-78952 Revert SERVER-78855 after SERVER-77506
- Closed