Re: Cache replication

2020-04-02 Thread Vasily Laktionov
Thank you, Evgenii, this is exactly what we need! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache replication

2020-04-01 Thread Evgenii Zhuravlev
Hi, NodeFilter was created for this purpose: https://www.javadoc.io/doc/org.apache.ignite/ignite-core/2.1.0/org/apache/ignite/util/AttributeNodeFilter.html Here is the example:

Re: Cache replication

2020-04-01 Thread Vasily Laktionov
See some views but no answers. Updated my question to clarify it. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Cache replication

2020-04-01 Thread Vasily Laktionov
Hi all, In our topology we have 4 nodes. Each node started in separate VM. We have T1 and T2 replicated tables in each node. We want to replicate T1 between all nodes and T2 between node1 and node2. Is there any way to do that? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Doubt regarding CACHE Replication.

2020-02-02 Thread adipro
Thanks.. I've added to baseline and it started replicating.. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Doubt regarding CACHE Replication.

2020-01-30 Thread Mikael
Hi! Well, if the new server is not part of the baseline topology there would not be any rebalancing, I would think you have to add the new server to the baseline first, at least that is how I think it works. Mikael Den 2020-01-30 kl. 08:20, skrev adipro: I am using Ignite with persistence

Doubt regarding CACHE Replication.

2020-01-29 Thread adipro
I am using Ignite with persistence mode enabled. I created a cache and let it grow in one server node till the data is upto 2 GB. After some time, if I start a new server node and since the cache is in replicated mode, why the data is not replicated in the new server node? Any idea? It's showing 0

RE: Cache replication with two sites or clusters

2019-08-05 Thread raja24
Alex, Thanks for your response. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Cache replication with two sites or clusters

2019-08-05 Thread Alexandr Shapkin
, 2019 7:54 PM To: user@ignite.apache.org Subject: Cache replication with two sites or clusters Hi, Apache Ignite will support for cache replication between two clusters or sites? Thanks, Raja -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Cache replication with two sites or clusters

2019-08-05 Thread raja24
Hi, Apache Ignite will support for cache replication between two clusters or sites? Thanks, Raja -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: cache replication factor

2017-03-24 Thread dkarachentsev
. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/cache-replication-factor-tp11409p11432.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.