Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-35967

$sample with explain(true) hangs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 3.6.0
    • 3.6.7
    • Aggregation Framework
    • None
    • Fully Compatible
    • ALL
    • Hide

      db.c.drop()
      for (i = 0; i < 1000; i++ ) { db.c.insertOne({size:1})}
      db.c.explain(true).aggregate({$sample: {size: 10}})
      

      Show
      db.c.drop() for (i = 0; i < 1000; i++ ) { db.c.insertOne({size:1})} db.c.explain(true).aggregate({$sample: {size: 10}})
    • Query 2018-07-16, Query 2018-07-30, Query 2018-08-13

    Description

      Observed in v3.6. Unable to reproduce on v3.4.

      $sample command never returns when run with explain(true). db.currentOps() shows:

         "planSummary":  "MULTI_ITERATOR",

         "numYields": 18619890,

      numYields continuously increases.

      Attachments

        Issue Links

          Activity

            People

              ian.boros@mongodb.com Ian Boros
              josef.ahmad@mongodb.com Josef Ahmad
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: