Hi,

No, Data region configuration won't be propagated to other nodes in the
cluster. DataRegion is only a local configuration, so, you have to
configure it on each node. Moreover, these the same data region on
different nodes can have different maxSize, which could be useful in case
of using NodeFilter for caches.

Best Regards,
Evgenii

чт, 2 мая 2019 г. в 14:01, dhiman_nikhil <nikcomestot...@gmail.com>:

> Server level config:
> Server: Node 1
> CacheKey: "location"
> DataRegion: "location"
> persistence: true
>
> Server: Node 2
> CacheKey: "category"
> DataRegion: "category"
> persistence : false
>
> Both belong to same cluster.
> Since Data is partitioned across nodes when I start Node 1 and then Node 2,
> will "location" region is also created in Node 2 since data will be
> partitioned for CacheKey: "location"  ??
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to