-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QE 2023-06-12, QE 2023-06-26
-
135
As kEmptyDoc is a global constant, several thread can end up calling getApproximateSize() on it causing a mostly harmless, but data race, that is triggering thread sanitizers.
Ideally, we can initialize it once during creating to avoid it
- related to
-
SERVER-78013 Clean-up the use of empty DocumentStorage
- Backlog