-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
ALL
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In c51857a44af6fc69f1e21bb9c6b2b6adda0ef80e, OpDebug::planSummary was added. This is a std::string, but it may be concurrently read and written from different threads which is definitely illegal.
One possible example is being read by ::inProgCmd via CurOp::info, while being written to by ::newRunQuery.
- is duplicated by
-
SERVER-11762 ProgressMeter is not thread-safe
-
- Closed
-