[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2862) fusion not evicting events from memory when it should

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Tue Mar 1 09:11:06 EST 2011


     [ https://issues.jboss.org/browse/JBRULES-2862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edson Tirelli updated JBRULES-2862:
-----------------------------------

    Fix Version/s: 5.2.0.M2


> fusion not evicting events from memory when it should
> -----------------------------------------------------
>
>                 Key: JBRULES-2862
>                 URL: https://issues.jboss.org/browse/JBRULES-2862
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-core (fusion)
>    Affects Versions: 5.1.1.FINAL
>         Environment: windows xp, JDK 6u21
>            Reporter: Radai Rosenblatt
>            Assignee: Edson Tirelli
>            Priority: Critical
>             Fix For: 5.2.0.M2
>
>         Attachments: droolsbug.zip
>
>
> using the following declaration:
> declare Event
>     @role( event )
>     @duration ( duration )
>     @timestamp( finished )
> end
> when writing the following rule:
> rule "Match Any Two Events In Window"
> when
>     $eventOne : Event() over window:time( 3d ) from entry-point "Event Stream"
>     $eventTwo : Event() over window:time( 3d ) from entry-point "Event Stream"
> then
>     //nothing
> end
> and simulating a long run (longer than 3 days), old events (older than 3 days) are not evicted from memory. however, dropping the $eventTwo line entirely evicts events from memory properly

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list