-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution NAMR Team 2023-09-18
In WiredTigerSessionCache::waitUntilDurable(), we are still holding the _lastSyncMutex when we notify the JournalFlusher::onDurable() callback. Since the replication subsystem also implements the JournalListener interface, this may create unnecessary synchronization between the storage and replication subsystems.
- is related to
-
SERVER-80432 waitForSession can miss JournalListener onDurable calls
- Closed