/asked by isaeed mohanna/ Hi I am converting from last open source GridGain to apache ignite. I have a small replicated cache of tasks (10's of items), I have a runner task running contentiously over this cache, locks a key and executes the associated task then releases the key. I am facing two problems:
1. When a new node joins the Gird, it can't get hold of the cache: I see errors in log (Retrying preload partition exchange due to timeout ). Eventually in gets the cache and starts executing tasks. Why does this happen? 2. When both nodes have a replica of the cache, if i stop any of the nodes, the other one will complain that the primary node has left the cluster and the cache is not available anymore. Why is that? the remaining node still have the cache available and should release the locks of the other node since its crashed (which used to happen in gridgain if i am not mistaken). Maybe i should reconsider my approach.. in a nutshell I need to execute a collection of tasks on a periodic manner on exclusively one of my nodes( doesn't matter which). Thanks ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Replicated-Cache-Initialization-timeout-tp127.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
