Re: Persistence enabled for all caches

2017-06-15 Thread Dmitriy Setrakyan
Sergey, the case you describe should fail with an error. I think I would want users to delete the persistence store for that cache manually before restarting, if they want to disable the persistence. On Thu, Jun 15, 2017 at 3:24 AM, Sergey Kozlov wrote: > I agree and would

Re: Persistence enabled for all caches

2017-06-15 Thread Sergey Kozlov
I agree and would note that we need to investigate more various corner cases like user has cache with PS , then stop grid, switch in memory and start again. Is there a chance to load data (if it can place in memory). Also would be interesting to switch mode runtime. On Tue, Jun 13, 2017 at 12:38

Re: Persistence enabled for all caches

2017-06-13 Thread Dmitriy Setrakyan
+1 On Tue, Jun 13, 2017 at 1:13 AM, Yakov Zhdanov wrote: > Sam, > > Absolutely agree. Good catch! > > --Yakov >

Re: Persistence enabled for all caches

2017-06-13 Thread Yakov Zhdanov
Sam, Absolutely agree. Good catch! --Yakov

Re: Persistence enabled for all caches

2017-06-13 Thread Vladimir Ozerov
Makes absolute sense to me. It should be possible to have both persistent and non-persistent caches. On Tue, Jun 13, 2017 at 11:06 AM, Semyon Boikov wrote: > Hi guys, > > As I understand, currently by design, if I set > IgniteConfiguration.persistentStoreConfiguration then

Persistence enabled for all caches

2017-06-13 Thread Semyon Boikov
Hi guys, As I understand, currently by design, if I set IgniteConfiguration.persistentStoreConfiguration then persistence is automatically enabled for ALL caches. Don't you think it can be useful to have possibility to configure persistence per cache? Thanks!