Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-44449

Verify what the supported minWireVersion should be for SDAM implementation in the server.

    • Type: Icon: Question Question
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Networking
    • Labels:
      None

      When executing the json tests, there were a couple failures that asserted against compatibility flag in the TopologyDescription. This is due to the server implementation using WireSpec::outgoing having the following for min/max wire versions:
      WireVersionInfo outgoing =

      {RELEASE_2_4_AND_BEFORE, LATEST_WIRE_VERSION}

      ;

      https://github.com/mongodb/mongo/blob/master/src/mongo/db/wire_version.h#L151

      This ticket is a placeholder to verify what the RSM SDAM implementation should use as the min version.

      For additional info, it seems the drivers have raised their min version as of this ticket: https://jira.mongodb.org/browse/DRIVERS-407

            Assignee:
            lamont.nelson@mongodb.com Lamont Nelson
            Reporter:
            lamont.nelson@mongodb.com Lamont Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: