Re: Cannot create cache in EVT_CLIENT_NODE_RECONNECTED event

2017-05-15 Thread Andrey Mashenkov
Hi David, Seems, this predicate called from sensitive code and cache creation end up with deadlock. Try to move cache creation to separate thread. On Mon, May 15, 2017 at 11:44 AM, David Li wrote: > Hi guys, > > In the code snippet below, I am trying to re-create a cache

Cannot create cache in EVT_CLIENT_NODE_RECONNECTED event

2017-05-15 Thread David Li
Hi guys, In the code snippet below, I am trying to re-create a cache after the client node has disconnected and reconnected to the server node, somehow the line of creating the cache cannot be executed, the program just hangs there. public static class Predicate implements IgnitePredicate {