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

FeatureFlagUtil JS needs to use a connection resilient to kill primary

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Workload Scheduling
    • Fully Compatible
    • ALL
    • v8.0, v7.0
    • Workload Scheduling 2024-08-05
    • 200

      When the library creates it's own connection to a mongod in a sharded cluster, the connection used by the library is to a specific node in the cluster. Even with network retries, this will not work when the node is stopped entirely/terminated and restarted later, because the retries can be exhausted while the node is down. We need to use a connection to an entire replica set, or find a way to fetch the needed information from mongos. 

            Assignee:
            george.wangensteen@mongodb.com George Wangensteen
            Reporter:
            george.wangensteen@mongodb.com George Wangensteen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: