Pavel Kovalenko created IGNITE-8063: ---------------------------------------
Summary: Transaction rollback is unmanaged in case when commit produced Runtime exception Key: IGNITE-8063 URL: https://issues.apache.org/jira/browse/IGNITE-8063 Project: Ignite Issue Type: Improvement Components: cache Affects Versions: 2.4 Reporter: Pavel Kovalenko Assignee: Pavel Kovalenko Fix For: 2.5 When 'userCommit' produces an runtime exception transaction state is moved to UNKNOWN, and tx.finishFuture() completes, after that rollback process runs asynchronously and there is no simple way to await rollback completion on such transactions. -- This message was sent by Atlassian JIRA (v7.6.3#76005)