Re: Ignite persistence and activation

2020-06-18 Thread steve.hostettler
thanks a lot



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Ignite persistence and activation

2020-06-16 Thread Evgenii Zhuravlev
Hi,

All caches, including caches for atomic structures and in-memory caches,
are not available before activation. I believe it makes sense to move your
code for running after the activation event:
https://apacheignite.readme.io/docs/baseline-topology#cluster-activationdeactivation-events
.

Evgenii

чт, 11 июн. 2020 г. в 05:18, steve.hostettler :

> Hello.
>
> I am trying to implement ignite persistence but I stumbled upon the
> following problems/questions. It is required to activate the cluster, that
> much is clear but I have bootstrap code that is using technical caches that
> I do not want to persist and more problematic I need to use
> ignite.atomicReference and that as part of the initialization of the node.
>
> I assume that I need to create a another region that is not persisted for
> the so called system caches but what do I do with  ignite.atomicReference?
>
>
> Thanks in advance
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


Ignite persistence and activation

2020-06-11 Thread steve.hostettler
Hello.

I am trying to implement ignite persistence but I stumbled upon the
following problems/questions. It is required to activate the cluster, that
much is clear but I have bootstrap code that is using technical caches that
I do not want to persist and more problematic I need to use
ignite.atomicReference and that as part of the initialization of the node.

I assume that I need to create a another region that is not persisted for
the so called system caches but what do I do with  ignite.atomicReference?


Thanks in advance



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/