I'm using: MongoDB 1.6.4, Python 2.6.6, PyMongo 1.9, Ubuntu 10.10
I'm getting "Client Cursor::yield can't unlock b/c of recursive lock" warning in my logs very often when use findAndModify in two process instances. When i use only one process warning doesn't appear.
How can i fix this?
Thanks.
db.collection.find(<queryHere>).explain()to check if it uses the index. – pingw33n Jan 21 '11 at 14:21