Explicitly disallow the config server replica set from being added as a shard

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Sharding 8 08/28/15
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      In MongoDB 3.2, config servers may be a replica set. Hooray!

      Please explicitly prevent users from doing the following:

      • Create a cluster whose config servers are banana/a:27017,b:27017,c:27017
      • Then do sh.addShard( "banana/a:27017" )

      Since addShard occurs via a mongos and the mongos must be aware of the current configuration of the config servers, it seems possible to prevent this.

            Assignee:
            Spencer Brody (Inactive)
            Reporter:
            Cailin Nelson (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: