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

Cannot specify numInitialChunks > 8192

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.4.0-rc1
    • Component/s: Sharding
    • None
    • Sharding
    • ALL

      db.adminCommand({ shardCollection: 'test.user2', key:

      { x: 'hashed' }

      , numInitialChunks: 8193 });
      {
      "collectionsharded" : "test.user2",
      "code" : 13333,
      "ok" : 0,
      "errmsg" : "exception: can't split a chunk in that many parts"
      }

            Assignee:
            backlog-server-sharding [DO NOT USE] Backlog - Sharding Team
            Reporter:
            randolph@mongodb.com Randolph Tan
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: