-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.3
-
Component/s: Replication
-
None
-
Environment:Ubuntu 12.04.1 LTS Linux 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
-
Minor Change
-
ALL
MongoDB secondaries crash if master succeeds to add a document with _id set to undefined.
Document is :
{ _id: undefined, migrated: new Date(1376502667931) }Master successfull adds this document, writes it to the oplog.
All secondaries try to read oplog and fail everytime (restart).
See attachment for error output.