The client SpinLock is being taken here:
https://github.com/mongodb/mongo/blob/ee5fbdd8540d93d2e0d6fa19ba9a5595bb1829cb/src/mongo/db/db_raii.cpp#L144
But it is still held while calling the lock manager here:
https://github.com/mongodb/mongo/blob/ee5fbdd8540d93d2e0d6fa19ba9a5595bb1829cb/src/mongo/db/db_raii.cpp#L148
- is depended on by
-
SERVER-24123 should check that no mutex/spinlock is held while attempting to get DB locks
- Closed