What is IgniteDictionaryMapper class? It creates cache within Spring bean initialization, and then the cache tries to acquire a bean for cache store in another thread. This thread tries to acquire the same Spring lock which causes a deadlock. See 'main' thread in the same thread dump.
I think you should move cache creation out of init method to fix this. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/NodeFilter-for-cache-and-GridDhtPartitionsExchangeFuture-Failed-to-wait-for-partition-release-future-tp14179p14289.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
