-
Type:
Task
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Repl 2023-08-21
-
None
-
None
-
None
-
None
-
None
-
None
-
None
These tests utilize 'fsyncLock' and subsequently wait for an insert operation to be blocked by checking the inprogress 'currentOp', leading to a deadlock with the dbCheck process.
- jstests/core/administrative/current_op/currentop.js
- jstests/core/fsync.js
We need to know why the deadlock is happening.