Hi,

Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. To subscribe, send empty
email to user-subscr...@ignite.apache.org and follow simple instructions in
the reply.


newbie wrote
> We are evaluating Ignite for caches and have a REPLICATED, TRANSACTIONAL,
> write through and read through cache with zookeeper based discovery.
> 
> Our server setup include some nodes in one data center and some in another
> data center for disaster recovery.
> 
> Including all nodes equally in the cluster seems to increase the Ignite
> transaction time as the ones in other data center have higher network
> latency.
> 
> We would like to configure the cache/cluster so that all cache
> requests/transactions are served from data center one and the nodes in
> data center two are updated 
/
> asynchronously 
/
>  for DR purposes. 
> 
> Can you point towards what we should be trying in terms of
> clusterGroups/clientModes/etc.?
> 
> Also, is it possible to switch the nodes in DR data center to start
> serving cache requests?

There is no out of the box support for this. You can span a single cluster
across two data centers, but this will come with a performance penalty due
to large network latency. If you have two separate clusters, you will need
to make sure that the data is transferred from one data center to another.

If you're interested, GridGain provides such functionality as a part of
their payed solution:
https://gridgain.readme.io/docs/data-center-replication

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Cluster-configuration-across-data-centers-tp7795p7884.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to