Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9521

Docs for SERVER-22663: Make --shardsvr required for a mongod to be used as a shard

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Engineering Ticket Description:

      3.4 onwards:

      a shard can become shard aware in two ways:

      • started with --shardsvr and shardIdentity document found on disk
      • started with --shardsvr and receive shardIdentity insert

      so, we will eventually reject all sharding commands if:

      • not started with --shardsvr
      • started with --shardsvr but not yet sharding aware

      =============

      for backwards compatibility with 3.2:

      a shard can also become shard aware if:

      • started with --shardsvr and receive command that initializes sharding awareness

      so (what this ticket does):

      reject all sharding commands except a whitelist of commands that initialize sharding awareness.

            Assignee:
            ravind.kumar Ravind Kumar (Inactive)
            Reporter:
            emily.hall Emily Hall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              7 years, 21 weeks, 2 days ago