Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-10983

Issue dropping database in 2.4.6 release

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • 2.4.6
    • None
    • None
    • Ubuntu 12.04.3 LTS. Package install from 10gen for mongo 2.4.6
    • Linux
    • Hide

      It seems to happen almost at random during development.

      Show
      It seems to happen almost at random during development.

    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.

      Attachments

        Activity

          People

            amalia.hawkins@10gen.com Amalia Hawkins
            cwbeck Chris Beck
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: