[jbossts-issues] [JBoss JIRA] (JBTM-1155) Remember where we are in the commit list for recovery

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Mon Jan 14 05:24:21 EST 2013


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

Tom Jenkinson updated JBTM-1155:
--------------------------------

    Fix Version/s: 5.0.0.M2
                       (was: 5.0.0.M3)

    
> Remember where we are in the commit list for recovery
> -----------------------------------------------------
>
>                 Key: JBTM-1155
>                 URL: https://issues.jboss.org/browse/JBTM-1155
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Recovery, Transaction Core
>    Affects Versions: 4.16.4
>            Reporter: Mark Little
>            Assignee: Mark Little
>             Fix For: 5.0.0.M2
>
>
> We keep track of where the coordinator is in the list of resources to commit during doCommit, so that we can avoid heuristics as much as possible. Basically we need to remember if we have gotten past the first participant. However, we do not remember this value (boolean) as part of the transaction state. This means that upon recovery there is a chance that a participant that failed to commit the first time round and then causes a heuristic rollback subsequently, will cause the transaction silently mask the heuristic and roll back all of the other participants, delete the log and report a normal transaction abort state. In fact it should ensure the heuristic is raised.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list