-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
ALL
-
Service arch 2020-05-04
-
0
The OneSharedFuture test makes an InlineCountingExecutor and passes it by reference to multiple threads who make concurrent calls into it. InlineCountingExecutor, however, does no internal synchronization and is not safe to access concurrently from multiple threads.
- duplicates
-
SERVER-47760 Avoid concurrent accesses to InlineCountingExecutor
- Closed