-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.4
-
Component/s: Admin
-
None
-
Environment:Mac OS X 10.8/10.9
-
OS X
-
I have several databases listed:
> show dbs
13825aa067 (empty)
78002fa14d (empty)
89da4e1154 (empty)
bd24985d6a (empty)
befd1bcc5e (empty)
developer 0.203125GB
local 0.078125GB
Except for developer and local, I remove them one by one like this:
> use befd1bcc5e
switched to db befd1bcc5e
> db.dropDatabase()
MongoDB reports something like this:
Mon Sep 16 08:14:53.085 [conn7305] dropDatabase befd1bcc5e starting
Mon Sep 16 08:14:53.089 [conn7305] removeJournalFiles
Mon Sep 16 08:14:53.089 [conn7305] dropDatabase befd1bcc5e finished
When I display all available databases, they're still reported:
> show dbs
13825aa067 (empty)
78002fa14d (empty)
89da4e1154 (empty)
bd24985d6a (empty)
befd1bcc5e (empty)
developer 0.203125GB
local 0.078125GB
These UUID-looking databases won't die.
- related to
-
SERVER-2080 Connecting to an authenticated server creates the database namespace regardless of success or failure.
- Closed
-
SERVER-2329 Dropped database doesn't disappear due to replication
- Closed