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

Comment on: "manual/tutorial/merge-chunks-in-sharded-cluster.txt"

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • Server_Docs_20231030
    • Affects Version/s: None
    • Component/s: manual
    • Environment:

      The command to determine if a chunk is empty needs to be run on the database in which the chunk resides. The documentation does not mention this, and it should! Would have saved me a good deal of time .

      EX:
      db.runCommand({
      "dataSize": "test.users",
      "keyPattern":

      { username: 1 }

      ,
      "min":

      { "username": "user36583" }

      ,
      "max":

      { "username": "user43229" }

      })

      Needs to be run while in the context of the "test" database.

            Assignee:
            kyle.suarez@mongodb.com Kyle Suarez
            Reporter:
            fordjp@gmail.com Jason Ford
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

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