Hi, If a cache is replicated then 'get' always returns a value from the local node. The only reason when 'get' can go to a remote if the local value is not yet there by some reason - cache rebalancing or replication is in progress.
How your configuration looks like? Do you perform 'put' operations while 'gets' are being executed? Do you warmap VM before doing the benchmark? In fact you can start a single node with replicated cache and do the check. BTW, here you can find public benchmarking results for Ignite [1] [1] https://ignite.apache.org/benchmarks/ignite-vs-hazelcast.html -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-restrict-the-Get-operation-in-local-node-tp2785p2791.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
