[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
Tue Nov 6 09:19:18 EST 2012


Mircea Markus created ISPN-2483:
-----------------------------------

             Summary: 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: Feature Request
          Components: State transfer, Transactions
    Affects Versions: 5.1.8.Final, 5.2.0.Beta3
            Reporter: Mircea Markus
            Assignee: Mircea Markus
            Priority: Critical
             Fix For: 5.2.0.CR1, 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