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

aggregate, distinct, filemd5, and geoNear should check out the session

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.3
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Storage NYC 2018-03-12
    • 0

      The distinct and geoNear commands must check out the session because they can contain $where clauses, which require running a find in DBDirectClient to parse, and find checks out the session. The aggregate command must check out the session because it can run geoNear in DBDirectClient. All other commands that allow $where check out the session.

      The filemd5 command must check out the session because it can run a find in DBDirectClient.

            Assignee:
            tess.avitabile@mongodb.com Tess Avitabile (Inactive)
            Reporter:
            tess.avitabile@mongodb.com Tess Avitabile (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: