Yes, prepare phase happens within the commit() and the commit phase start only after prepare is finished.
The commit phase updates the data which includes write-through to the database. So if commit takes a lot of time due to issues with the database, we can't rollback without causing data inconsistency. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/transaction-not-timing-out-tp5540p6685.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
