Hi, 1. Yes, in case write-through is used CacheStore will be updated from the node that runs a transaction. If client doesn't have access, you can send a closure to one of the servers and run a transaction there. Another option is to use write-behind, but in this case you won't have transactional guarantees between cache and DB.
2. Yes, this is expected. As I said, servers will not do CacheStore updates for transactional cache. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Server-Client-Nodes-and-classes-tp9549p9563.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
