Re: cache.getAsync() blocks if cluster is not activated.

2020-07-23 Thread Andrei Aleksandrov
Hi, I don't think that it should hang because there are no cache operations allowed when the cluster isn't activated. It should be some kind of CacheExcdption. Is it possible to prepare some reproducer or unit test? Otherwise please provide some details: 1)What Ignite version was used? 2)C

cache.getAsync() blocks if cluster is not activated.

2020-07-15 Thread John Smith
Hi, testing some failover scenarios etc... When we call cache.getAsync() and the state of the cluster is not active. It seems to block. I implemented a cache repository as follows and using Vertx.io. It seems to block at the cacheOperation.apply(cache) So when I call myRepo.get(myKey) which unde