Hi, Yes, you are right. In your case, data does not load from persistent store before obtain this from cache. If you are invoke wn.ignite.test.Get between these phases:
8. Start both nodes > Run Get Client: it gets 10 records from MyCache 9. Run Node3 You get expected behavior. You can particle solve the issue, if subscribe to topology change event EVT_NODE_JOINED[1] and loaded entries using affinity. Or you can do preloading whole store when node started. Also GridGain enterprice contains Local Recoverable Store[2] as one of features. [1]: https://apacheignite.readme.io/docs/events [2]: https://gridgain.readme.io/docs/local-recoverable-store -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheLocalStore-toplogy-changing-strategy-tp7832p8151.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
