Hi, Igniters! I have an implementation for savepoints support inside of transactions, which was reviewed by Boikov a year ago.
It allows us to rollback piece of the transaction, not whole tx. Current restrictions: * Doesn't work with near caches. * MVCC should be disabled. MVCC was merged recently. So, I want to know – is ticket actual now? JIRA - https://issues.apache.org/jira/browse/IGNITE-4188 Design - https://docs.google.com/document/d/1IxTEVrjY44nsyZUUW1f0sGwuzahiPhy5nV-vFS20FZE/edit?usp=sharing PR - https://github.com/apache/ignite/pull/1815 Upsource - https://reviews.ignite.apache.org/ignite/review/IGNT-CR-186 Discussion - http://apache-ignite-developers.2346864.n4.nabble.com/TX-savepoints-td12041.html