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

[SERVER] Transactions documentation report incorrect default write concern for MongoDB 5.0

      The "Transactions and Write Concern" Section of the Transactions documentation say the following:

      If the transaction-level write concern and the session-level write concern are unset, transaction-level write concern defaults to the client-level write concern. By default, client-level write concern is w: 1. See also Default MongoDB Read Concerns/Write Concerns.

      This is incorrect as of MongoDB 5.0.

      The linked documentation for this section (Default MongoDB Read Concerns/Write Concerns) shows that the default write concern as of MongoDB 5.0 is `w: "majority"` (with special considerations for arbiters)

            Assignee:
            jason.price@mongodb.com Jason Price
            Reporter:
            adam.harrison@mongodb.com Adam Harrison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              2 years, 24 weeks, 1 day ago