And can you also clarify which thread pool is used for cache.put() / cache.putAsync ?
I'm getting a lock whit two nodes when putting data into the cache with map.forEach((key, value) -> cache.putAsync(key, value)); I could also try putAllAsync() but don't know if that is better than putAsync. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
