Re: Distributed lock

2018-04-02 Thread Green
Hi,Roman Thank you for the reply. I think i should change the value of cacheMode to replicated, it is more safe. why not cache the lock on the node who own the lock? If the node leaves topology, it will has no effect on other nodes. Thanks -- Sent from:

Distributed lock

2018-04-02 Thread Green
Hi I want to use reentrantLock of ignite. In the code, the default backups is zero in AtomicConfiguration. When a node leaves topology, some locks cached on this node will lost? Should i modify the configuration of atomicConfiguration? Thanks -- Sent from:

Re: Build a cluster with auth

2018-03-26 Thread Green
Hi Can you show your solution? I am very upset about this. Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

dotnet thin client - multiple hosts?

2018-01-04 Thread Colin Green
IgniteClientConfiguration.Host is currently a string property that appears to accept a single dotted IP address, or single host name. However, in the event that the single configured host/node goes offline, it would be useful if the client would attempt to dynamically connect to one or more