Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10741

Docs for SERVER-30686: Integrate retryWrites into mongo shell's SessionOptions

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.13
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Documentation Request Summary:

      The mongo shell's API for starting a session and setting different options on it needs to be documented.

      https://github.com/mongodb/mongo/blob/49489604c381bd805a4f4193fa656e7d41ba770f/src/mongo/shell/session.js

      Engineering Ticket Description:

      • Introduce _DummyDriverSession object that forwards calls to Mongo.prototype.runCommand() with its arguments unmodified. This allows the codepaths in DB and DBCollection to go through the session object regardless of whether sessions are actually being used or not.
      • Add SessionOptions#shouldRetryWrites() and SessionOptions#setRetryWrites() methods.
      • Add retryable_writes_jscore_passthrough_WT task on the following build variants:
        • Enterprise RHEL 6.2
        • Enterprise RHEL 6.2 (inMemory)
        • Windows 2008R2 DEBUG
        • SSL OS X 10.10
        • ASAN Enterprise SSL Ubuntu 16.04 DEBUG
        • UBSAN Enterprise Ubuntu 16.04 DEBUG
        • Enterprise RHEL 6.2 DEBUG Code Coverage

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 27 weeks ago