If you use native persistence it will use that data, you will have to make sure you get the cachestore used yourself if the original data change, normally you would use the cache store without native persistence but that depends on how you want to use it, if you restart the node everything will always be there as it is saved on disk so it will never read anything from the cachestore after the first time unless you tell it to do that.

After you have set the baseline topology it will use that set of nodes for persistence, if you add another node after that (that has persistence enabled), you must tell Ignite to include it (set base line topology).

Mikael

Den 2018-10-09 kl. 21:00, skrev the_palakkaran:
Did not fully understand what it says, but does it like even if values in my
DB is changed, it wont automatically get updated into the ignite cache? Or
is the concept something else? I just have a read through enabled cache.

I also had the below error before it, just noticed. Is it related to the
other?

Local node is not included in Baseline Topology and will not be used for
persistent data storage. Use control.(sh|bat) script or IgniteCluster
interface to include the node to Baseline Topology.






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


Reply via email to