[infinispan-issues] [JBoss JIRA] Created: (ISPN-1074) TransactionXaAdapter.commit with onePhase=true doesn't rollback when tx is marked rollbackOnly

Mircea Markus (JIRA) jira-events at lists.jboss.org
Tue Apr 26 12:57:18 EDT 2011


TransactionXaAdapter.commit with onePhase=true doesn't rollback when tx is marked rollbackOnly
----------------------------------------------------------------------------------------------

                 Key: ISPN-1074
                 URL: https://issues.jboss.org/browse/ISPN-1074
             Project: Infinispan
          Issue Type: Feature Request
    Affects Versions: 4.2.0.Final
            Reporter: Mircea Markus
            Assignee: Mircea Markus
             Fix For: 4.2.2.FINAL, 5.0.0.FINAL


Scenario: use eager locking with lockSingleNode=true. Start a transaction and kill a node where a lock is acquired. Then commit the transaction using JBossTM. As there's only one transaction enlisted, JBossTM optimizes the 2PC and only invokes TransactionXAAdaptr.commit with onePhase flag set to true. Right now this call results in an exception that leaves the cluster with locks being acquired. Instead of this, infinispan should rollback the transaction and throw an exception(XA_HEURRB?) that would be propagated to the user as well.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list