Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-4263

Document that legacy bulk operations require connect invocation

    • Not Needed

      Current behavior

      > collection.initializeOrderedBulkOp()
      Uncaught MongoNotConnectedError: MongoClient must be connected to perform this operation
      > collection.initializeUnorderedBulkOp()
      Uncaught MongoNotConnectedError: MongoClient must be connected to perform this operation
      

      AC

      • Document that the above APIs do not work until the client has been connected.
      • File a follow up ticket to investigate relying on default max BSON size / staleness of the property from the topology

            Assignee:
            neal.beeken@mongodb.com Neal Beeken
            Reporter:
            neal.beeken@mongodb.com Neal Beeken
            Daria Pardue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: