]
Tristan Tarrant reassigned ISPN-3104:
-------------------------------------
Assignee: (was: Mircea Markus)
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
Components: State Transfer
Affects Versions: 5.1.6.FINAL
Reporter: Vitalii Tymchyshyn
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.