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