Hi Amit, Can you please subscribe to the mailing list? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
amit2103 wrote > We have two cache with Write through Lets say for entity A and B. > We need write through for B to be called before A is called. > We did call the put for B's cache before A's. However it doesnt seem to > work. > A's write through callback is called first which causes an error. If there are two updates in one transaction, they should be propagated to store in the same order. Can you provide your cache configuration and, if possible, the code example that reproduces the issue? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-Updates-Order-tp3133p3145.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
