Hi,

The only workaround is to split this into two transactions (not sure if it's
acceptable for you). Different write-behind behavior in a single transaction
is not allowed, because they are processed differently. With write-through
cache store is updated from the client, so that you can maintain consistency
between cache and DB, which with write-behind store is update asynchronously
from different server nodes.

What's your use case? Can you provide more details on what you're trying to
achieve?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Error-on-Transactions-with-Write-Behind-tp4736p4747.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to