-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 2.7.7
-
Component/s: Concurrency
-
ALL
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.
- 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
-