Hi, Stanislav L. replied in ticket
https://issues.apache.org/jira/browse/IGNITE-9005

пн, 16 июл. 2018 г. в 18:15, kcheng.mvp <kcheng....@gmail.com>:

> I checked the source code and found that this issue may be caused by this
> line
>
> org.apache.ignite.internal.processors.cache.GridCacheProcessor #1452
>
> CacheEvictionManager evictMgr = (nearEnabled || cfg.isOnheapCacheEnabled())
> ? new GridCacheEvictionManager() : new CacheOffheapEvictionManager();
>
> as in this case a new CacheOffheapEvictionManager() will return, but this
> implementation does not do any eviction bean register/unregister, as there
> are no any policy.
>
> are my findings wrong?
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
>

Reply via email to