]
Adrian Nistor updated ISPN-3835:
--------------------------------
Fix Version/s: 8.2.0.Alpha1
(was: 8.1.0.Final)
Index Update command is processed before the registry listener is
triggered
---------------------------------------------------------------------------
Key: ISPN-3835
URL:
https://issues.jboss.org/browse/ISPN-3835
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 6.0.0.Final
Reporter: Sanne Grinovero
Assignee: Gustavo Fernandes
Priority: Critical
Labels: 64QueryBlockers
Fix For: 8.2.0.Alpha1
When using the InfinispanIndexManager backend the master node might receive an index
update command about an index which it hasn't defined yet.
Index definitions are triggered by the type registry, which in turn is driven by the
ClusterRegistry and an event listener on the ClusterRegistry. It looks like slaves are
sending update requests before the master has processed the configuration event.
This leads to index update commands to be lost (with a stacktrace logged)