Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Denis Mekhanikov
Hitesh, Problem, that you described looks similar to the one described in the following ticket: https://issues.apache.org/jira/browse/IGNITE-1535 Please consider submiting a patch, if this functionality is critical for you. Denis ср, 3 янв. 2018 г. в 13:51, Hitesh : > Here its my cache configur

Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Hitesh
Here its my cache configuration, CacheConfiguration cacheCfg = new CacheConfiguration(cacheName); cacheCfg.setOnheapCacheEnabled(true); cacheCfg.setEvictionPolicy(new FifoEvictionPolicy<>(2));

Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Hitesh
I am getting all the entries new and old, including entries which should be removed from the cache after adding new entries. why am I getting old entries also? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Denis Mekhanikov
HItesh, We need more details to confirm your problem. Please provide a project, that reproduces your issue. Archive, attached to a letter, or a GitHub repository would be great. I'd like to see, what is your cache configuration and how you check, that old values are evicted. Denis ср, 3 янв. 201

Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Hitesh
hey @Denis Mekhanikov I am asking that I am getting older entries also which should be removed from cache -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Denis Mekhanikov
Hi Hitesh! What do you mean by older versions? FIFO eviction policy can limit size of a cache, and it specifies the order, in which values will be evicted. Does it work in some other way? Denis ср, 3 янв. 2018 г. в 8:05, Hitesh : > I am using fifo eviction policy, It is showing Eviction starte

Re: Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-03 Thread Evgenii Zhuravlev
Hi Hitesh, Could you give a little bit more information about this case? Do you have enough space for new entries? Could you share config file for your Ignite nodes? Evgenii 2018-01-03 8:05 GMT+03:00 Hitesh : > I am using fifo eviction policy, It is showing Eviction started but still, > it > is

Evictions started (cache may have reached its capacity). You may wish to increase 'maxSize' on eviction policy being used for cache

2018-01-02 Thread Hitesh
I am using fifo eviction policy, It is showing Eviction started but still, it is showing older entries also. I am using apache ignite V 2.3. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/