-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
Storage Execution
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When mongod is under fsyncLock we will skip writing entries to the system.profile collection as they (and the associated operation) would be blocked on the fsyncLock global read lock. The check we perform for this however has no protection against fsyncLock state changing post-check but prior to lock acquisition for the profiler write.
https://github.com/mongodb/mongo/blob/r3.4.0-rc1/src/mongo/db/instance.cpp#L705
- related to
-
SERVER-43437 Complete TODO listed in SERVER-26825
-
- Closed
-