Does prepare happen as part of commit() call? As a user we only call commit(). so the txn should get to commit only if prepare succeeded - right? once in prepare mode, locks are acquired, no other txn should be able to update these entries. then the txn goes to goes to commit() once locks are acquired - what is holding it from updating the entries?
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/transaction-not-timing-out-tp5540p6638.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
