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

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Sharding
    • None
    • Fully Compatible
    • Sharding A (10/09/15)

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: