Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-13 Thread Denis Magda
Artem, thanks, could you please share a reference to the updated page? Can't find anything here: https://apacheignite.readme.io/docs/evictions Shiva, I've restarted the discussion on the dev list, to get to the bottom of this gap and how it can be addressed:

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-13 Thread Artem Budnikov
Hi Denis, I updated the page about eviction policies. Not freeing up space on disk was not implemented for reasons explained in the dev-list thread. I'll update the page once more if/when a solution is implemented. Artem On 13.09.2019 00:34, Denis Magda wrote: Shiva, Hopefully, someone

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-13 Thread rick_tem
This is very troublesome. Persistence will kill your disk and LRU doesn't seem to work for offheap with persistence disabled (see "Data region LRU offheap algo not working")It seems the only way to expire items is to keep it on heap with an expiry policy Regards, Rick -- Sent from:

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-12 Thread Denis Magda
Shiva, Hopefully, someone from the dev community will pick this ticket up soon and solve the task. In the meantime, Artem, would you mind documenting this limitation referring to ticket 10862? - Denis On Tue, Sep 10, 2019 at 12:50 AM Shiva Kumar wrote: > I have filed a bug

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-10 Thread Shiva Kumar
I have filed a bug https://issues.apache.org/jira/browse/IGNITE-12152 but this is same as https://issues.apache.org/jira/browse/IGNITE-10862 Any idea on the timeline of these tickets? In the documentation https://apacheignite.readme.io/v2.7/docs/expiry-policies it says when native persistence is

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-09 Thread Shiva Kumar
Hi I have deployed ignite on kubernetes and configured two seperate persistent volume for WAL and persistence. The issue Iam facing is same as https://issues.apache.org/jira/browse/IGNITE-10862 Thanks Shiva On Mon, 9 Sep, 2019, 10:47 PM Andrei Aleksandrov, wrote: > Hello, > > I guess that

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-09 Thread Andrei Aleksandrov
Hello, I guess that generated WAL will take this disk space. Please read about WAL here: https://apacheignite.readme.io/docs/write-ahead-log Please provide the size of every folder under /opt/ignite/persistence. BR, Andrei 9/6/2019 9:45 PM, Shiva Kumar пишет: Hi all, I have set cache

Cache expiry policy not deleting records from disk(native persistence)

2019-09-06 Thread Shiva Kumar
Hi all, I have set cache expiry policy like this