Single database sharded across two shards.
Connecting to mongos and running: db.dropDatabase() returns
mongos> db.dropDatabase()
All of the chunks on shard00001 are cleared, however shard00002 still has all the files: peek.0 peek.1 peek.2 etc
- duplicates
-
SERVER-5521 Better user feedback when drop command was not executed successfully on all shards
- Closed