-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.8.1, 2.0.1
-
Component/s: Index Maintenance
-
Environment:Ubuntu 11.10 64bit
-
Query
-
Linux
Given a collection A with 10000 documents, each containing one property `name`, in which 2 documents have the same name, if we execute ensureIndex with option unique on name and immediately follow with a find() for all documents, the index fails (as expected) but the find() only returns with 101 documents.
Here is an example using Mongoose on Nodejs:
https://gist.github.com/1449032