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

Add an abstraction to inquire a cluster’s min/max `WireVersion`

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 7.0.0-rc0
    • None
    • Internal Code
    • None
    • Service Arch
    • Fully Compatible
    • Service Arch 2023-02-20, Service Arch 2023-03-06

    Description

      This abstraction allows a server to inquire about the WireVersion supported by all members of its cluster, and is necessary to implement the gossiping protocol defined in MongoDB gRPC Protocol. Initially, getClusterWireVersion will not involve any intra-cluster gossiping and will always return the current MongoDB WireVersion.

      class WireVersionManager {
      	WireVersionInfo getClusterWireVersion() const = 0;
      };
      

      Attachments

        Activity

          People

            patrick.freed@mongodb.com Patrick Freed
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: