SplitVector::run() appears to use currKey in a way that is not concurrency safe

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 1.8.0-rc1
    • Affects Version/s: None
    • Component/s: Concurrency, Sharding
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      The splitKeys and tooFrequentKeys collections in this function are populated using BSONObj objects copied directly from the cursor. Since we can yield while these collections are in use, we should make sure any necessary BSONObj objects from the cursor are owned.

            Assignee:
            Eliot Horowitz (Inactive)
            Reporter:
            Aaron Staple (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: