mongod can hang if there are two simultaneous requests for afterClusterTime because the thread that waits on the writeConcern can get notified on the previous write and skip writing the requested afterClusterTime
- causes
-
SERVER-31806 makeNoopWriter crashes when the last applied optime advances in the face of failed appendOplogNotes.
- Closed