If you execute IgniteCache.loadCache(…) from the client node then in fact a compute task will be sent to all the server nodes that will keep cache data and loading will be performed directly from the server nodes.
Do you use IgniteCache.loadCache(…) or other cache loading approach from this page [1]? [1] https://apacheignite.readme.io/docs/data-loading <https://apacheignite.readme.io/docs/data-loading> — Denis > On Jul 10, 2016, at 11:35 AM, daniels <[email protected]> wrote: > > Thank you dear vkulichenko,it's so clear. > But I have one more question > I have 2 server nodes(remote)and 1 client.and do get from existing cache(on > clie t node),which key is absent in that cache,(i have cacheloaderfactory > for that cache)thus must work cacheLoader. > > Now question on which node will the load work? > Whether the load will work on client node and then set in server nodes? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Cache-Partitioned-Mode-tp6172p6197.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
