Re: atomicity of creating a new cache

2018-03-14 Thread Mikhail
Hi András, The described behavior doesn't sound Ok. Could you please send us a reproducer for this that can be run locally? Thanks, Mike. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

atomicity of creating a new cache

2018-03-12 Thread András Turi
Hi, Im wondering what is the expected behaviour. We have an ignite service which creates a new cache using ignite.getOrCreateCache(). We call this service from an ignite-client node. The getOrCreateCache() method is being called on the server ignite-node (by the service implementation). Soon afte