Persistent Store and IgniteServices

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Persistent Store and IgniteServices

Semyon Boikov
Hi guys,

If persistent store feature is enabled, will IgniteServices survive cluster
restrart?

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Persistent Store and IgniteServices

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 update.

2017-06-05 15:42 GMT+03:00 Semyon Boikov <[hidden email]>:

> Hi guys,
>
> If persistent store feature is enabled, will IgniteServices survive cluster
> restrart?
>
> Thanks!
>
Reply | Threaded
Open this post in threaded view
|

Re: Persistent Store and IgniteServices

dsetrakyan
On Mon, Jun 5, 2017 at 10:02 AM, Alexey Goncharuk <
[hidden email]> 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 assignments become obsolete and
> need to be fully recalculated.
>

Does the system cache have persistence enabled?