Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-489

sessions must not be used with parallelCollectionScan

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      NODE-1490 Fixed 3.1.0, 3.0.11
      SCALA-416 Done
      PYTHON-1576 Duplicate
      RUBY-1347 Fixed 2.6.0
      CXX-1589 Works as Designed 3.4.0
      MOTOR-236 Fixed 2.0
      CDRIVER-2683 Works as Designed 1.11.0
      RUST-68 Works as Designed
      SWIFT-422 Done
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion NODE-1490 Fixed 3.1.0, 3.0.11 SCALA-416 Done PYTHON-1576 Duplicate RUBY-1347 Fixed 2.6.0 CXX-1589 Works as Designed 3.4.0 MOTOR-236 Fixed 2.0 CDRIVER-2683 Works as Designed 1.11.0 RUST-68 Works as Designed SWIFT-422 Done

      parallelCollectionScan is fundamentally incompatible with the current concept of sessions, see spec change.

      For drivers that provide a helper for parallelCollectionScan and added an explicit session option to that helper for MongoDB 3.6, the change is follows:

      • Remove support for implicit sessions from the helper.
      • Continue to support explicit sessions, using the application provided session for the parallelCollectionScan command and all cursors.

            Assignee:
            rathi.gnanasekaran Rathi Gnanasekaran
            Reporter:
            david.golden@mongodb.com David Golden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: