-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
ALL
> use breakMyDb switched to db breakMyDb > db.system.namespaces.ensureIndex({_id:1}, {unique:true}) > db.foo.insert({}) E11000 duplicate key error index: breakMyDb.system.namespaces.$_id_ dup key: { : null }
- is related to
-
SERVER-10231 Creating an index on system.indexes breaks initial sync of secondary
- Closed