Scheduling tasks on InlineCountingExecutor is not thread-safe, thus concurrent scheduling of tasks results in undefined behavior (and could potentially cause segmentation faults).
We should make sure that instances of InlineCountingExecutor are not shared between multiple threads (see example here).
- is duplicated by
-
SERVER-47772 Do not use InlineCountingExecutor in multi-threaded tests
- Closed
- related to
-
SERVER-49371 Introduce the InlineRecursiveCountingExecutor
- Closed