[jbossts-issues] [JBoss JIRA] Closed: (JBTM-429) subordinate tx runs beforeCompletion even when terminating rollbackOnly tx.

Jonathan Halliday (JIRA) jira-events at lists.jboss.org
Wed Dec 17 11:21:54 EST 2008


     [ https://jira.jboss.org/jira/browse/JBTM-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Halliday closed JBTM-429.
----------------------------------

    Resolution: Done


Done in trunk and backported to 4.2.3.SP and CP branches

> subordinate tx runs beforeCompletion even when terminating rollbackOnly tx.
> ---------------------------------------------------------------------------
>
>                 Key: JBTM-429
>                 URL: https://jira.jboss.org/jira/browse/JBTM-429
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTA Implementation
>    Affects Versions: 4.2.3.SP7, 4.2.3.CP02, 4.4.0.GA
>            Reporter: Jonathan Halliday
>            Assignee: Jonathan Halliday
>             Fix For: 4.2.3.SP8, 4.2.3.CP03, 4.5
>
>
> SubordinateAtomicAction invokes the beforeCompletion syncs from doPrepare and doOnePhaseCommit, even when the tx is in state ABORT_ONLY.
> Whilst outside the scope of the JTA or JCA specs, this is inconsistent with the standard JTA behaviour of running beforeCompletion only prior to commit attempts, not rollbacks.
> Make a best effort check to avoid the overhead of running the syncs for cases where we know we can't commit.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list