-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
v8.0
-
Repl 2024-07-08, Repl 2024-07-22
-
200
This is a follow-up to SERVER-91393.
After SPM-3381 inserts are grouped into applyOps oplog entries. Each oplog entry can hold up to 500 applyOps operations. Limiting the buffer only by number of oplog entries is not sufficient to bound the lag between lastApplied and lastWritten introduced by SPM-3489, especially when there are a lot of indexes on the collection.
- causes
-
SERVER-92309 Fix missing condition variable notifications in OplogBufferBlockingQueue::tryPop()
- Closed