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/