[ 
https://issues.apache.org/jira/browse/IGNITE-8483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Mashenkov updated IGNITE-8483:
-------------------------------------
    Description: 
For in memory cache pending tree root page is allocated when ignite store is 
initializing even if no ExpiryPolicy is used. 
 We have to implement lazy PendingTree initialization and switch to 
per-partition based PendingTree as we've done for persistent caches.

Switching to per-partition based PendingTree without lazy initialization will 
bump us with 1024 (default partitioned cache settings) unevictable pages per 
CacheGroup if no ExpiryPolicy is used.

 

  was:
For in memory cache pending tree root page is allocated when ignite store is 
initializing even if no ExpiryPolicy is used. 
 We have to implement lazy PendingTree initialization and switch to 
per-partition based PendingTree as we've done for persistent caches.

Switching to per-partition based PendingTree without lazy initialization will 
bump us with 1024 unevictable pages per CacheGroup if no ExpiryPolicy is used.

 


> Per partition TTL pending tree for in-memory caches.
> ----------------------------------------------------
>
>                 Key: IGNITE-8483
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8483
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>            Reporter: Andrew Mashenkov
>            Priority: Major
>
> For in memory cache pending tree root page is allocated when ignite store is 
> initializing even if no ExpiryPolicy is used. 
>  We have to implement lazy PendingTree initialization and switch to 
> per-partition based PendingTree as we've done for persistent caches.
> Switching to per-partition based PendingTree without lazy initialization will 
> bump us with 1024 (default partitioned cache settings) unevictable pages per 
> CacheGroup if no ExpiryPolicy is used.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to