[infinispan-issues] [JBoss JIRA] (ISPN-2306) Remove the code that resends PrepareCommands
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Mon Sep 24 03:44:35 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-2306:
--------------------------------
Description:
The code that resends prepare commands is no longer needed in the context of new NBST and has to be removed. Instead we need to create a PrepareCommand and execute it on the spot whenever we receive a commit for a RemoteTransaction for which we have its 'modifications' list but was not prepared before (this means it was received via state transfer). Transactions received via state transfer do not have the 'lookedUpEntries' field populated. These have to be flagged accordingly and a prepare command has to be executed if a commit is received and the transaction is still flagged.
was:
The code that resends prepare commands is not longer needed in the context of new NBST and has to be removed. Instead we need to create a PrepareCommand and execute it on the spot whenever we receive a commit for a RemoteTransaction for which we have its 'modifications' list but was not prepared before (this means it was received via state transfer).
> Remove the code that resends PrepareCommands
> --------------------------------------------
>
> Key: ISPN-2306
> URL: https://issues.jboss.org/browse/ISPN-2306
> Project: Infinispan
> Issue Type: Task
> Components: State transfer, Transactions
> Affects Versions: 5.2.0.Alpha3
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 5.2.0.Alpha4
>
>
> The code that resends prepare commands is no longer needed in the context of new NBST and has to be removed. Instead we need to create a PrepareCommand and execute it on the spot whenever we receive a commit for a RemoteTransaction for which we have its 'modifications' list but was not prepared before (this means it was received via state transfer). Transactions received via state transfer do not have the 'lookedUpEntries' field populated. These have to be flagged accordingly and a prepare command has to be executed if a commit is received and the transaction is still flagged.
--
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