>use testtest
switched to db testtest
> db.foo.drop()
true
> use admin
switched to db admin
> db.printShardingStatus()
— Sharding Status —
sharding version:
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:
>
- is depended on by
-
SERVER-1817 A collection exists but the field "dropped" in "config.collections" is true
- Closed