-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
0
Inside ReplicationCoordinatorImpl we currently invariant if we're going to deadlock the server.
However, this operation is quite aggressive and can cause general unavailability issues in case we find a problem. invariants should be reserved for dangerous unrecoverable situations and as such we should strive to replace them with tasserts if possible.
- is related to
-
SERVER-87126 Write with very large system.js causes getMore to wait for write concern
- Closed