CacheStore can be called on client node, in particular if TRANSACTIONAL cache is used. Transactional cache updates the store from a node which coordinates a transaction which is usually a client.
This is not needed for ATOMIC caches though and can be improved, we have a ticket for this [1]. For now you are required to deploy CacheStore implementation class on all nodes including clients. [1] https://issues.apache.org/jira/browse/IGNITE-1903 -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Server-Client-Nodes-and-classes-tp9549p9550.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
