Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1598

Configure transaction write operations with default WriteConcern

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7
    • Affects Version/s: 3.7
    • Component/s: Internal
    • Labels:
      None

      Python uses the MongoClient/Database/Collection write concern and later removes it from the command. But now that unacknowledged writes with explicit sessions are prohibited (PYTHON-1483) this way of removing the writeConcern field does not work and instead raises a ConfigurationError when the MongoClient/Database/Collection is configured with unacknowledged write concern.

      We should configure transaction write operations with the proper write concern from the start.

            Assignee:
            shane.harvey@mongodb.com Shane Harvey
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: