-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.12
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Sharding 2016-10-10
-
0
The code in ReplicationCoordinatorImpl::waitUntilOpTimeForRead which waits for majority read or an opTime does not use the interruptible way to wait on a condition variable and because of this internal operations might get stuck.
- related to
-
SERVER-26345 Make threads waiting for writeConcern use interruptible wait
- Closed