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

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            Tess Avitabile (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: