[jboss-jira] [JBoss JIRA] (DROOLS-1029) Matching expires attribute and accumulate time window makes events expiry infinite

Thibault Daoulas (JIRA) issues at jboss.org
Mon Jan 18 05:49:00 EST 2016


Thibault Daoulas created DROOLS-1029:
----------------------------------------

             Summary: Matching expires attribute and accumulate time window makes events expiry infinite
                 Key: DROOLS-1029
                 URL: https://issues.jboss.org/browse/DROOLS-1029
             Project: Drools
          Issue Type: Bug
          Components: core engine
    Affects Versions: 6.3.0.Final
         Environment: Windows 10, Java 8
            Reporter: Thibault Daoulas
            Assignee: Mario Fusco


I have declared an event with an attribute @expires 10m.
I have a rule which accumulates these events over window:time(10m).

With this setup, the number of facts keeps growing in WM beyond 10 minutes of corresponding facts.

If I set the the expires to less, say 9 minutes, they do expire after 9 minutes, and if I set the expires to 11 minutes, they do expire after 11 minutes.

So it looks like matching @expires and accumulate time window void any expiry. I couldn't find anything on this in the documentation and please correct if this has been reported already.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list