Details
-
Bug
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
-
Replication
-
ALL
Description
https://github.com/mongodb/mongo/blob/v3.2/src/mongo/db/repl/initial_sync.cpp#L117-L119
multiApply returns a null optime during clean shutdown which trips an invariant in replCoord->setMyLastAppliedOpTime because null is < the commit point.