[infinispan-issues] [JBoss JIRA] (ISPN-4108) Pessimistic tx for a union CH will not be forwarded to all owners.

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu May 29 06:25:16 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971560#comment-12971560 ] 

RH Bugzilla Integration commented on ISPN-4108:
-----------------------------------------------

Dan Berindei <dberinde at redhat.com> changed the Status of [bug 1102048|https://bugzilla.redhat.com/show_bug.cgi?id=1102048] from POST to MODIFIED

> Pessimistic tx for a union CH will not be forwarded to all owners.
> ------------------------------------------------------------------
>
>                 Key: ISPN-4108
>                 URL: https://issues.jboss.org/browse/ISPN-4108
>             Project: Infinispan
>          Issue Type: Bug
>          Components: State Transfer
>    Affects Versions: 5.2.7.Final
>            Reporter: Erik Salter
>            Assignee: Dan Berindei
>             Fix For: 7.0.0.Beta1
>
>
> There is a case where transactions originating from a LockControlCommand will not be forwarded to the new owner during state transfer.
> If the transactions begin on the old primary owner after the tx list was sent to the new owner, the lock information may not be replicated to the joiner because the originator is still the primary owner in the union CH that we use during state transfer. When state transfer ends and the joiner becomes the new primary owner, it will allow other txs to lock the same key.  This leads to data loss/inconsistency.
> We should change PessimisticLockingInterceptor to replicate the lock command to the other owners even if the originator is the primary owner when there is a state transfer in progress.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the infinispan-issues mailing list