-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-03-18
The call to wait for no oplog holes on single-node replica sets can take global locks. This overla with the write concern timer that is active at that point in the code.
To properly understand where we are spending time, we should fix this problem or include waitForWriteConcernMillis in the workingMillis calculation
- related to
-
SERVER-90836 Exclude waitForWriteConcernMillis from workingMillis
- Open