-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage 2017-10-23, Storage 2017-11-13, Storage 2017-12-04, Storage 2017-12-18, Storage 2018-01-01, Storage 2018-01-15, Storage 2018-01-29
The eviction server has a limit to the number of trees it can walk, because each walk point requires a hazard pointer and (until SERVER-26545), there was a fixed upper bound on the number of hazard pointers per session.
Add a test with more than 1000 active trees. Eviction should operate fairly so that pages from all trees are equally likely to be evicted.