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

printSharding status showing "<ns> chunks:" for collection that was dropped

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 1.6.4, 1.7.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • ALL

      >use testtest
      switched to db testtest
      > db.foo.drop()
      true
      > use admin
      switched to db admin
      > db.printShardingStatus()
      — Sharding Status —
      sharding version:

      { "_id" : 1, "version" : 3 }

      shards:

      { "_id" : "shard0000", "host" : "localhost:10000" } { "_id" : "shard0001", "host" : "localhost:10001" }

      databases:

      { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "testtest", "partitioned" : true, "primary" : "shard0000" }

      testtest.foo chunks:
      >

            Assignee:
            alerner Alberto Lerner
            Reporter:
            alerner Alberto Lerner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: