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

Raise an actionable error message when retryWrites fails due to using an unsupported storage engine

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      NODE-2098 Fixed 3.3.0
      JAVA-3374 Fixed 3.11.0
      SCALA-551 Done
      PYTHON-1934 Fixed 3.9
      PHPC-1422 Fixed 1.6.0alpha3, 1.6.0
      CXX-1806 Fixed 3.5.0
      MOTOR-364 Fixed 2.1
      CSHARP-2678 Fixed 2.9.0
      GODRIVER-1219 Fixed 1.1.0
      PERL-1123 Fixed 2.2.0
      RUBY-1896 Fixed 2.10.0
      CDRIVER-3270 Fixed 1.15.0
      SWIFT-543 Won't Do
      RUST-416 Won't Fix
      PYTHON-2048 Fixed 4.7
      $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-2098 Fixed 3.3.0 JAVA-3374 Fixed 3.11.0 SCALA-551 Done PYTHON-1934 Fixed 3.9 PHPC-1422 Fixed 1.6.0alpha3, 1.6.0 CXX-1806 Fixed 3.5.0 MOTOR-364 Fixed 2.1 CSHARP-2678 Fixed 2.9.0 GODRIVER-1219 Fixed 1.1.0 PERL-1123 Fixed 2.2.0 RUBY-1896 Fixed 2.10.0 CDRIVER-3270 Fixed 1.15.0 SWIFT-543 Won't Do RUST-416 Won't Fix PYTHON-2048 Fixed 4.7

      When a retryable write fails with error code 20 and an error message starting with "Transaction numbers" drivers must change the error message to:

      "This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string."

      Before raising the error back to the application. See this spec change for further details.

            Assignee:
            Unassigned Unassigned
            Reporter:
            scott.lhommedieu@mongodb.com Scott L'Hommedieu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: