[infinispan-issues] [JBoss JIRA] (ISPN-3061) Total Order Tweaks
Pedro Ruivo (JIRA)
jira-events at lists.jboss.org
Tue Apr 30 10:35:55 EDT 2013
Pedro Ruivo created ISPN-3061:
---------------------------------
Summary: 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