Hi Yakov, Thanks for you reply, it is appreciated, but I still have questions.
When you say: 1) we don't have an option to write-through from dht nodes? What is a dht node? Are you saying I can't write my own write-through cache store? 2) I agree that initialization isn't the best in loadCache. But how do I then do it? It is Ignite that is creating this class and the cache returned from ignite.getCache is not an instance of my class. 3) Client mode seems inconsistent. It is not calling loadCache() as expected but why would it call write()...It should be a proxy to the server node, not acting as a server. 4) Are you saying Ignite does not keep transactional state consistent across nodes for write-through? For any cache store? Even JDBC cache store? Thanks, Rick -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Why-is-custom-cacheStore-write-being-called-in-clientMode-tp13309p13317.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
