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

reIndex does not support writeConcern

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      PYTHON-1253 Done 3.5
      NODE-954 Done 2.2.25
      CSHARP-1931 Done 2.4.3
      $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 PYTHON-1253 Done 3.5 NODE-954 Done 2.2.25 CSHARP-1931 Done 2.4.3

      SERVER-27891 disables the ability to send writeConcern with the reIndex command. Though reIndex was initially listed as a command supporting writeConcern in MongoDB 3.4 the support was never fully implemented. MongoDB 3.5+ returns an error if writeConcern is included with reIndex.

      Drivers with a reIndex helper (PyMongo, C#, node.js, etc.) must change that helper to not send writeConcern with the command.

            Assignee:
            rathi.gnanasekaran Rathi Gnanasekaran
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: