I think I found the problem.
IgniteTest.java
<http://apache-ignite-users.70518.x6.nabble.com/file/n11826/IgniteTest.java>
Taking this example. If I try to get data from servers with
this.nearCache.get("1"), which is a key on cache, ignite resolves this
within nano seconds, however if a key doesn't exists,
this.nearCache.get("2"), it takes about milliseconds.
I've executed this example with both cases, when the key exists it takes
less than a minute to run 1M iterations, otherwise it scales to 10 MINUTES.
You think it's a bug regarding metadata checking? Because it seems that
client is consulting all nodes when the key doesn't exists.
Thanks for your help.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Client-near-cache-with-Apache-Flink-tp11627p11826.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.