You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2019/01/21 12:38:00 UTC

[jira] [Created] (IGNITE-11009) TX: TransactionProxyRollbackOnlyImpl throws unexpected exceptions to user.

Andrew Mashenkov created IGNITE-11009:
-----------------------------------------

             Summary: TX: TransactionProxyRollbackOnlyImpl throws unexpected exceptions to user.
                 Key: IGNITE-11009
                 URL: https://issues.apache.org/jira/browse/IGNITE-11009
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Andrew Mashenkov


TransactionProxyRollbackOnlyImpl can throws  UnsupportedOperationException to user.

It is ok if objects throws such exception if someones tries to violate contract, 
but seems we use this exceptions in normal flow.
See TxRollbackAsyncTest.testRollbackProxy().

Let's fix implementation to throw correct TransactionException to user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)