Hi Larry, I checked the code. The issue is specific to your test data. You have relatively large initial entries (4.7 Kbytes) with the same index length (it is a just String). Please note that the index can't fit into the single page (4K).
The rest of entries during .get() (from Store) are relatively short (just "foo" word). It seems that Ignite can't make a correct eviction threshold estimation (including index) in your case. If you change .setEvictionThreshold(.9) to .setEvictionThreshold(.8) with the same test data then everything works as expected. Anyway, I will open a ticket for your reproducer. Thank you, Alexey -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/