[jboss-jira] [JBoss JIRA] Created: (JBRULES-3088) Events are not expiring automatically once there are no rules that they can trigger

Daniel Ortelecan (JIRA) jira-events at lists.jboss.org
Tue Jun 21 05:54:23 EDT 2011


Events are not expiring automatically once there are no rules that they can trigger
-----------------------------------------------------------------------------------

                 Key: JBRULES-3088
                 URL: https://issues.jboss.org/browse/JBRULES-3088
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Daniel Ortelecan
            Assignee: Mark Proctor


We are using statefull sessions.
We are generating a big number of events. They are defined like:

declare XXXCompleted
@role( event ) 
@timestamp( theTimestamp ) 
@duration( theDuration ) 
end

We were expecting them to be automatically removed once there were no rules activated by them, however we had to change their definition like:

declare XXXCompleted
@role( event ) 
@timestamp( theTimestamp ) 
@duration( theDuration ) 
@expires(120s)
end


--
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