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

XMLWordPrintableJSON

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

      >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:
              Alberto Lerner (Inactive)
              Reporter:
              Alberto Lerner (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: