Accidental repeat of hostname in seed list multiplies total connections persistently

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.0.37
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Given the following connection-string:

      mongodb://admin:password@localhost:27101,localhost:27101,localhost:27101,localhost:27101,localhost:27101/admin?maxPoolSize=200
      

      Obviously, there is an error in this string but it is neither detected nor corrected by the Node driver.

      The 3 secondaries received 200 connections.
      The primary member received 1000 connections - the majority of which appeared to authenticate.. all of which remained connected over 20 minutes later.

      The results from isMaster should be authoritative, not augmentative.

              Assignee:
              Christian Amor Kvalheim
              Reporter:
              Andrew Ryder (Inactive)
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: