-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 2.5.4
-
Component/s: None
-
None
-
ALL
-
0
... other than write commands.
For example, if you run the 'create' command and call gle, w: 2, it never actually gets sent to the shards!
We also need to confirm this on other commands that can do writes:
- aggregate (with $out)
- copydb
- create
- drop
- dropDatabase
- dropIndexes
- findAndModify
- mapReduce (with $out)
- renameCollection
And in this list, we need to make sure the writeConcern parameter works correctly:
- createRole
- createUser
- dropAllRolesFromDatabase
- dropAllUsersFromDatabase
- dropRole
- dropUser
- grantPrivilegesToRole
- grantRolesToRole
- grantRolesToUser
- is duplicated by
-
SERVER-7739 getLastError does not work with dropDatabase in mongos
- Closed
-
SERVER-12474 mongos gle no longer returns updatedExisting in 2.5.4 nightly
- Closed
- is related to
-
SERVER-12559 GLE does not report auth failures for certain commands
- Closed
-
SERVER-12623 make mongos write commands store last results for getLastError
- Closed
- related to
-
SERVER-12535 aggregation $out should take a write concern as a param
- Closed