[infinispan-issues] [JBoss JIRA] (ISPN-1615) Make putForExternalRead() be non-transactional even for transactional caches
Galder Zamarreño (Updated) (JIRA)
jira-events at lists.jboss.org
Thu Dec 15 12:16:09 EST 2011
[ https://issues.jboss.org/browse/ISPN-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1615:
-----------------------------------
Fix Version/s: (was: 5.1.0.FINAL)
Affects Version/s: (was: 5.0.1.FINAL)
Forum Reference: http://lists.jboss.org/pipermail/infinispan-dev/2011-December/009687.html (was: http://lists.jboss.org/pipermail/infinispan-dev/2011-December/009687.html)
> Make putForExternalRead() be non-transactional even for transactional caches
> ----------------------------------------------------------------------------
>
> Key: ISPN-1615
> URL: https://issues.jboss.org/browse/ISPN-1615
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 5.1.0.CR1
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.1.0.CR2
>
>
> The main reason for suspending the transaction was to avoid failures impacting the result of the transaction.
> However, ever since ISPN-1556 has been implemented, any FAIL_SILENT operation (like PFER) won't have an impact on the transaction if it fails, so this transaction suspension is not really needed.
> Removing the suspension code is apparently a performance booster in 2LC.
--
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