Actually maybe I do not understand what a LOCAL cache is.

I create a LOCAL cache in my client and I have 2 server nodes. I send a
compute function to each node to load some data into the cache. I assumed as
the cache is LOCAL that the nodes would load the data into their own local
cache?

However, when I send the affinity compute I notice those compute functions
are actually sent to my client application and not the server nodes as
happens in PARTITIONED mode.

But my client app is ClientMode=TRUE so it has no data. If i change it to
ClientMode=FALSE so that it participates in the data load then it is able to
retrieve the records it added to the cache but not the ones the servers
added.

So can I assume there is no concept of a distributed LOCAL cache?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to