Hi guys, As far as I am concerned this is a breaking behaviour. In Apache Ignite v 2.5 it was possible to have the SQL query inside the optimistic serializable transaction. Point here is that SQL query might not be part of the transaction (no guarantees) but was at least performed. In 2.7 this code won't work at all. The advice to move all SQL queries outside the transactions is in real world not possible. It would greatly increased complexity of the codebase. My question is if there is a switch for enabling pre 2.7 behaviour.
THanks, Cheers, D. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
