Hi, I'm not sure it even make sense. If transaction is rolled back, all values included in this transaction are rolled back, so you have to retry the whole transaction. If you have frequent conflicts, then you should consider using pessimistic transaction instead.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/when-using-putAll-Is-it-possible-to-retrieve-the-conflicted-list-of-objects-when-getting-Transactionn-tp13403p14514.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
