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

Mongos should continue to support netstat command when using config servers as replica sets

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • Sharding A (10/09/15)

      In MongoDB 3.0 and earlier, the {netstat:1} command provides a comma separated list of config servers.

      For example:

      mongos> db.adminCommand({netstat:1})
      {
      	"configserver" : "config1.example.com:27019,config2.example.com:27019,config3.example.com:27019",
      	"isdbgrid" : 1,
      	"ok" : 1
      }
      

      For backward compatibility with applications that parse this output, it would be great if MongoDB 3.2 clusters continued to support and expose the current list of config servers with this format.

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            john.morales@mongodb.com John Morales (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: