Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-598

mongostat --discover requires all members be up during first sample period

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0-rc8
    • Affects Version/s: 3.0.0-rc6
    • Component/s: mongostat
    • Labels:
      None
    • Environment:
      Observed on OS X, Linux x64
    • Not Needed

      To reproduce:

      1.) Start up a vanilla 3 node set on say ports 2400, 2401, 2402.
      2.) $ mongostat --port 2400 --discover 5
      3.) All nodes are discovered and report stats - everything's happy
      4.) Shutdown node on port 2401.
      5.) mongostat continues, simply reports "no reachable servers" for the down node - still fine.
      6.) now with the 2401 member still down, stop mongostat and restart with same command as step #2.

      $ mongostat --port 2400 --discover 5
      2015-01-27T22:37:31.561-0500	Failed: error connecting to db server: no reachable servers
      $
      

      So, if any node is down when first connecting, the whole command fails instead of continuing on with the 2 good nodes like in step #5, which is what I would expect.

            Assignee:
            kyle.erf Kyle Erf
            Reporter:
            john.morales@mongodb.com John Morales (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: