Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
-
None
Description
With the following command:
{
|
drop: 'a_collection_that_does_not_exist',
|
writeConcern: { w: 'majority', wtimeout: 30000 }
|
}
|
Sending the following command to a mongod (replicaset or standalone) results in an error ns not found. Sending the command to a mongos returns ok: 1.
Is this inconsistency expected?
Attachments
Issue Links
- related to
-
SERVER-32365 Move the logic of the dropDatabase command into the new _configsvrDropDatabase command
-
- Closed
-