Hi Naresh, It looks like Ignite was blocked by a custom listener from "com.service.IgniteCacheManager" which is trying to do something with Ignite during EVT_CACHE_REBALANCE_STARTED/EVT_NODE_LEFT or other events.
Please carefully check your code for events().localListen(...) and events().remoteListen(...) calls. You should move your logic that interacts with Ignite from these listeners into another user-specific thread to avoid such deadlocks. Thank you, Alexey -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
