-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Execution Team 2019-11-04
setInitialSyncFlag and clearInitialSyncFlag both write a document and then call waitUntilDurable(). We hold a lock while calling these functions because a document write requires a lock. However, callers of waitUntilDurable() should not hold locks since significant I/O work may be done.
We wish to add an invariant to waitUntilDurable() against callers with locks in SERVER-39591. This task is a blocker.
- is depended on by
-
SERVER-39591 RecoveryUnit::waitUntilDurable() should invariant against callers holding locks
- Closed