[infinispan-issues] [JBoss JIRA] (ISPN-2483) State transfer issue with the transactions for which the originator has crashed

Mircea Markus (JIRA) jira-events at lists.jboss.org
Fri Jan 18 11:06:21 EST 2013


     [ https://issues.jboss.org/browse/ISPN-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-2483:
--------------------------------

    Fix Version/s: 5.2.0.Final
                       (was: 5.2.0.CR2)

    
> State transfer issue with the transactions for which the originator has crashed
> -------------------------------------------------------------------------------
>
>                 Key: ISPN-2483
>                 URL: https://issues.jboss.org/browse/ISPN-2483
>             Project: Infinispan
>          Issue Type: Bug
>          Components: State transfer, Transactions
>    Affects Versions: 5.1.8.Final, 5.2.0.Beta3
>            Reporter: Mircea Markus
>            Assignee: Dan Berindei
>            Priority: Blocker
>             Fix For: 5.2.0.Final
>
>
> State transfer migrates and prepares the transactions for which the originator has left. On the receiving node, this results in the transaction being prepared and acquiring backup locks which are never released (unless manual intervention). 
> This should behave as follows:
> - if there's no recovery enabled, the state producer should not send such transactions but drop them 
> - if recovery is enabled these transactions should be sent across. They shouldn't be prepared/acquire backup locks, but be placed in the recovery cache (see RecoveryManagerImpl.inDoubtTransactions)

--
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