Re: Persistent Store and IgniteServices

2017-06-05 Thread Dmitriy Setrakyan
On Mon, Jun 5, 2017 at 10:02 AM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > Hi Semyon, > > Given that both ServiceDescriptors and service assignments are stored in > the system cache, services should survive the cluster restart, but this > needs to be double-checked because service as

Re: Persistent Store and IgniteServices

2017-06-05 Thread Alexey Goncharuk
Hi Semyon, Given that both ServiceDescriptors and service assignments are stored in the system cache, services should survive the cluster restart, but this needs to be double-checked because service assignments become obsolete and need to be fully recalculated. I will check this and give an updat

Persistent Store and IgniteServices

2017-06-05 Thread Semyon Boikov
Hi guys, If persistent store feature is enabled, will IgniteServices survive cluster restrart? Thanks!