Mongos should be smart enough to tell if it's connected twice to the same config server

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      With three config servers set up it is possible to have a scenario when due to incorrect host names resolution connections to the config servers established incorrectly. For example, mongos, instead of connecting to the config servers #1, #2 and #3 may have two connections to the config server #1, none to #2 and one to #3.

      Currently mongos is unable to figure out that something is wrong, despite that any metadata modifications result in a duplicate key exception.

      There should be a way for mongos to ensure it is not connected twice to the same config server.

            Assignee:
            Unassigned
            Reporter:
            Dmitry Ryabtsev
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: