ensuring unique index on collection with duplicate breaks cursor

XMLWordPrintableJSON

    • 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
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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

            Assignee:
            Backlog - Query Team (Inactive)
            Reporter:
            Aaron Heckmann (Inactive)
            Votes:
            9 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: