Srinivas ev created DROOLS-2825:
-----------------------------------
Summary: Drools @Expires is not working with x seconds 7.4.1 Final Drools
version
Key: DROOLS-2825
URL:
https://issues.jboss.org/browse/DROOLS-2825
Project: Drools
Issue Type: Bug
Affects Versions: 7.4.1.Final
Reporter: Srinivas ev
Assignee: Mario Fusco
Fix For: 7.4.1.Final
Attachments: EvictionTest.zip, heap.PNG
Attached reproducer. Please check once,
I inserted 5 Fact POJO's. It should have deleted after 200s based on declaration in
the rule file.
declare Fact
@role( event )
@expires(200s)
end
Heap dump shows the 5 entries even after I took the heap dump after 10 minutes. Please let
me know regarding this.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)