-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
ALL
-
v8.0
-
CAR Team 2024-05-27
-
0
There is a data race in s2's incrementQueryCount() method, which makes it possible for the query_count_ variable to be updated at the same time by multiple threads. To fix this, make query_count_ an atomic (should be faster than a mutex)
- is related to
-
SERVER-75393 Update vendored copy of s2 geometry library to match fork
- Backlog