[jboss-jira] [JBoss JIRA] Assigned: (JBRULES-3088) Events are not expiring automatically once there are no rules that they can trigger
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed Jun 22 17:45:23 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor reassigned JBRULES-3088:
-------------------------------------
Assignee: Edson Tirelli (was: Mark Proctor)
> 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: Edson Tirelli
>
> 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