There are operations that are enlisted in a transaction (get, put, remove,
etc.) and non-transactional (like size, clear, etc.). JavaDoc for methods
usually specify that. If a transactional operation is executed without a
transaction, an implicit transaction will be created by Ignite for this
single operation. Non-transactional operations are always executed outside
of the transactional context, regardless of weather explicit transaction
exists in the current thread or not.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-Transactions-and-non-committed-entries-tp6451p6519.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to