-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.0.6, 2.1.2
-
Component/s: Security
-
Environment:All
In repl.cpp (L1056 in r2.0.2; L1069 in master), we take a write lock before calling findOne() or getSingleton(). There doesn't seem to be a reason for taking a write lock here; replacing with a read lock seems to make sense.
- is related to
-
SERVER-7428 can't lock_W, threadState=119; cero_prod Fatal Assertion 16114
- Closed