[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-272) Implement XA recovery in TransactionXaAdapter

Mircea Markus (JIRA) jira-events at lists.jboss.org
Tue Mar 22 15:22:54 EDT 2011


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

Mircea Markus resolved ISPN-272.
--------------------------------

    Resolution: Done


Another Jira was created to add tooling to support recovery:
ISPN-994 - Crete tooling (JMX) to handle heuristic transactions

> Implement XA recovery in TransactionXaAdapter
> ---------------------------------------------
>
>                 Key: ISPN-272
>                 URL: https://issues.jboss.org/browse/ISPN-272
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Transactions
>    Affects Versions: 4.0.0.Final
>            Reporter: Mircea Markus
>            Assignee: Mircea Markus
>            Priority: Blocker
>             Fix For: 5.0.0.BETA1, 5.0.0.FINAL
>
>
> We currently don't support any sort of recovery from transaction failures.
> E.g.
> tm.start();
> database.delete(account);
> ispnCache.put(account);
> tm.commit():
> At tm commit:
> -prepare is successful on both enlisted resources.
> - database.commit - fails
> What shall we do with the locks/state from ispnCache.
> Possible solutions:
>  - configure to automatically commit/rollback after a timeout
>  - keep locks on resources and allow manual intervention through JMX
>  - others?

--
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