Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.4.6
-
None
-
None
-
Ubuntu 12.04.3 LTS. Package install from 10gen for mongo 2.4.6
-
Linux
-
Description
Failing to drop databases. This issue has appeared randomly a number of time over the past few weeks while working with 2.4.6.
mongos> db.dropDatabase()
|
{
|
"code" : 16338,
|
"ok" : 0,
|
"errmsg" : "exception: Dropping collection failed on the following hosts: mongo-cl1-sh5/mongo-cl1-rs5-m1:27101,mongo-cl1-rs5-r1:27102: { ok: 0.0, errmsg: \"ns not found\" }"
|
}
|
mongos>
|
Databases listed...
mongos> show dbs;
|
admin (empty)
|
config 0.109375GB
|
lld 489.3017578125GB
|
lld_mrd 56.009765625GB
|
test (empty)
|
|
|
{ "_id" : "lld_mrd", "partitioned" : true, "primary" : "mongo-cl1-sh10" }
|
lld_mrd.lld_mrd
|
shard key: { "_id" : 1 }
|
chunks:
|
mongo-cl1-sh5 1
|
{ "_id" : { "$minKey" : 1 } } -->> { "_id" : { "$maxKey" : 1 } } on : mongo-cl1-sh5 Timestamp(1, 0)
|
I have stopped the balancer, nothing is running.
This is quite a big issue for us.