Hi, Let's try to get rid of near cache in your case.
Also you configured the follwing indexed types: > cacheConfig.setIndexedTypes(String.class, Object.class); It's wrong way, you need to provide specific type for value. See more details there [1]. 1. https://apacheignite.readme.io/docs/indexes. On Thu, Apr 6, 2017 at 12:56 PM, nragon <[email protected] > wrote: > Might be related: > http://apache-ignite-users.70518.x6.nabble.com/Client- > got-stucked-on-get-operation-td11313.html > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Client-near-cache-with-Apache-Flink-tp11627p11771.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
