[infinispan-issues] [JBoss JIRA] (ISPN-3104) org.infinispan.statetransfer.BaseStateTransferManagerImpl#applyState uses local invocation context

Vitalii Tymchyshyn (JIRA) jira-events at lists.jboss.org
Wed May 15 11:18:06 EDT 2013


Vitalii Tymchyshyn created ISPN-3104:
----------------------------------------

             Summary: org.infinispan.statetransfer.BaseStateTransferManagerImpl#applyState uses local invocation context
                 Key: ISPN-3104
                 URL: https://issues.jboss.org/browse/ISPN-3104
             Project: Infinispan
          Issue Type: Feature Request
    Affects Versions: 5.1.6.FINAL
            Reporter: Vitalii Tymchyshyn
            Assignee: Mircea Markus


Currently when remote state is received, it's applied under local invocation context, so every listener receives events with isOriginLocal() == true that is not correct.

We are trying to prevent any cache modification while we are not quorum to prevent split brain problems, but currently it's not working because of the problem.

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