-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
6.3.0.Final, 6.4.0.Final, 6.5.0.Final
-
None
-
Windows/Linux /MacOs
-
2018 Week 39-41
-
3
-
-
NEW
-
NEW
Infinite loop when using maps instead collections.
The problem appears before the 10th iteration, however if you run it 10 times it could end properly without infinite loop.
We thought it could be linked to the concurrent access to HashMap and we tried with concurrent HashMap but still got the same problem.
It could be probably linked to the fact that we use maps not only to store the result of some rules evaluation but also as a functional way to prevent rule to be fired again (see rule "FLG1" and the condition "FLG1 not memberof matchMap"
Thanks.