[infinispan-issues] [JBoss JIRA] (ISPN-1284) Use synchronizations as a default transactional mode rather than XA
Manik Surtani (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Nov 22 06:15:40 EST 2011
[ https://issues.jboss.org/browse/ISPN-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1284:
--------------------------------
Summary: Use synchronizations as a default transactional mode rather than XA (was: change default tx enlistment)
Description:
Transactions are being enlisted as XAResources with recovery disabled by default.
XAResource enlistment *without* recovery does not bring any benefit over Synchronization enlistment, which is more efficient(30-40%). See http://infinispan.blogspot.com/2011/06/transactions-enhancements-in-50.html
So the suggested enlistment should be Synchronization (default). Also if xa-enlistment is preferred then recovery should be enabled by default - there's little reason in using XAResource enlistment without recovery.
was:
ATM transactions are being enlisted as XAResources with recovery disabled.
XAResource enlistment *without* recovery does not bring any benefit over Synchronization enlistment, which is more efficient(30-40%): http://infinispan.blogspot.com/2011/06/transactions-enhancements-in-50.html
So the suggested enlistment should be Synchronization (default). Also if xa-enlistment is preferred then recovery should be enabled by default - there's little reason in using XAResource enlistment without recovery.
Complexity: Low
> Use synchronizations as a default transactional mode rather than XA
> -------------------------------------------------------------------
>
> Key: ISPN-1284
> URL: https://issues.jboss.org/browse/ISPN-1284
> Project: Infinispan
> Issue Type: Feature Request
> Components: Configuration, Transactions
> Affects Versions: 5.0.0.CR8
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Fix For: 5.1.0.CR1, 5.1.0.FINAL
>
>
> Transactions are being enlisted as XAResources with recovery disabled by default.
> XAResource enlistment *without* recovery does not bring any benefit over Synchronization enlistment, which is more efficient(30-40%). See http://infinispan.blogspot.com/2011/06/transactions-enhancements-in-50.html
> So the suggested enlistment should be Synchronization (default). Also if xa-enlistment is preferred then recovery should be enabled by default - there's little reason in using XAResource enlistment without recovery.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list