-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
ALL
During oplog replay in initial sync we don't advance the oldest timestamp. This can pin a lot of data in the cache. Resulting symptoms include
- slow initial sync due to resulting cache churn
- growth of lookaside (cache overflow) table and corresponding file WiredTigerLAS.wt
- in extreme cases cache-full hangs were observed. This was believed fixed with
SERVER-33191, but we should be alert for new occurrences of this issue.
- is caused by
-
WT-4016 Measure and improve lookaside performance with stable_timestamp set
- Closed
- related to
-
SERVER-33191 Cache-full hangs on 3.6
- Closed
-
SERVER-34900 initial sync uses different batch limits from steady state replication
- Closed
-
SERVER-34938 Secondary slowdown or hang due to content pinned in cache by single oplog batch
- Closed
-
SERVER-34942 Stuck with cache full during oplog replay in initial sync
- Closed
-
SERVER-36238 replica set startup fails in wt_cache_full.js, initial_sync_wt_cache_full.js, recovery_wt_cache_full.js when journaling is disabled
- Closed