Details
-
Bug
-
Resolution: Done
-
Major - P3
-
2.7.7
-
ALL
Description
Problem:
https://github.com/mongodb/mongo/blob/master/src/mongo/db/commands/find_and_modify.cpp#L329
Lock::DBLock dbXLock(txn->lockState(), dbname, MODE_X);
|
Solution:
Take a Collection level lock.
Attachments
Issue Links
- is duplicated by
-
SERVER-1117 don't use DBDirectClient in findAndModify
-
- Closed
-
-
SERVER-18173 Being able to control the length of 'query not recording (too large)' message
-
- Closed
-
- related to
-
SERVER-16469 findAndModify with sort exceeds internal sort memory limit, silently fails
-
- Closed
-
-
SERVER-16601 findAndModify should report that remove and update options conflict
-
- Closed
-
-
SERVER-16063 Rewrite findAndModify
-
- Closed
-