[infinispan-issues] [JBoss JIRA] (ISPN-3061) Total Order Tweaks
Pedro Ruivo (JIRA)
jira-events at lists.jboss.org
Tue Apr 30 11:34:54 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pedro Ruivo updated ISPN-3061:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/1798
> Total Order Tweaks
> ------------------
>
> Key: ISPN-3061
> URL: https://issues.jboss.org/browse/ISPN-3061
> Project: Infinispan
> Issue Type: Enhancement
> Components: Transactions
> Affects Versions: 5.3.0.Alpha1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 5.3.0.Final
>
>
> with total order, it should check for PrepareCommand ready to be validated after it sends back the response for Prepare/Commit/RollbackCommand. Check for it before is bad because the thread that performs the check may pick other PrepareCommand for validation if the executor service has no available threads. This can lead to higher response time or, in the worst scenario, to timeouts in the TransactionCoordinator.
--
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 infinispan-issues
mailing list