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

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

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

      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@mongodb.com Spencer Brody (Inactive)
            Reporter:
            cailin.nelson@mongodb.com Cailin Nelson
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: