-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.9, 3.2.1
-
Component/s: WiredTiger
-
None
-
ALL
We are trying to upgrade a replica set with many collections and indexes to WiredTiger. The replica set has 30k collections and 14 indexes per collection.
The initial data sync and index build works fine but the server makes very little progress once it starts to apply the replication log. It seems to make no progress for ~15 minutes during this time it consumes a full core of CPU and does very little I/O. It will does a burst of I/O for a minute or so before falling back to consuming a lot of CPU.
Based on the attached perf profile it looks like most of the CPU is being consumed by the eviction thread. (Possibly during a checkpoint?)
Let me know if there is any additional information I can provide to help track this down.
- duplicates
-
SERVER-22209 Collection creation during final phase of checkpoint holds database lock for extended time
- Closed
- is related to
-
SERVER-17675 Support file per database for WiredTiger
- Closed