]
Mario Fusco resolved DROOLS-569.
--------------------------------
Resolution: Done
The race condition has been fixed by the propagation queue implemented for DROOLS-751
Property reactivity prevents index update
-----------------------------------------
Key: DROOLS-569
URL:
https://issues.jboss.org/browse/DROOLS-569
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Labels: backport-to-6.0.x
Fix For: 6.3.0.Beta2
When a property is part of the pattern matching it can anyway be excluded from the
property reactivity with a negative watch. Anyway if the property is also indexed this
implies that when the fact is modified it skips not only the modification propagation (as
requested) but also the update of the corresponding index causing an inconsistency.