Hi, Discovery events are processed in a single thread, and cache creation uses discovery custom messages. Trying to create cache in discovery thread will lead to deadlock, because discovery thread will wait in your lambda instead of processing messages.
To avoid it just start another thread in your listener. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
