Hi Igniters, We have 1 server node and my application starts in client mode. We have created 3 caches in client application namely Queuecache, Queuegroupcache and agentcache. During Initialization we put all the values in cache by cache.put operation and referred the values from the cache using cache.get operation whenever required. The values populated in the cache depends on the server Id that we provide as a input during Initialization.
Once I start the application from one machine, all the caches are being created successfully. I checked the status in the visor I can see one server and one client running. Now I start the same application in client mode from other machine but it gets stuck at cache.get operation or cache.iterator operation and It does not move ahead. When I tried to debug the application I found that thread has already taken a lock on the cache so it went into waiting state and application stuck while getting or iterating over the data. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
