The server I did experiment is not a decent one, I set the duration as 2/3 
mins, my plan to check it by zeppelin query by count the all entries which 
should not be varying too much, and 
select * from cache order by timestamp desc limit 10, that I can see the 
timestamp is updating. 

However, count keeps growing till the node is down. 

thanks


> On Oct 24, 2016, at 2:15 PM, vkulichenko <[email protected]> 
> wrote:
> 
> Hi,
> 
> What is the duration you provided and how do you check that expiration
> actually happened? It's not very clear how your test works, can you provide
> the working class that I can execute?
> 
> Also note that you have swap space enabled, so if an entry is expired and
> evicted from the cache, it will be unswapped back on get(), so you will
> still be able to read the value.
> 
> -Val
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/expired-policy-didn-t-work-tp8419p8448.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to