]
Mario Fusco resolved DROOLS-3433.
---------------------------------
Resolution: Cannot Reproduce
Sorry but your description of the problem is absolutely not workable. Please send a
complete reproduce and I will give a look. Thanks
KieSession OOM
--------------
Key: DROOLS-3433
URL:
https://issues.jboss.org/browse/DROOLS-3433
Project: Drools
Issue Type: Feature Request
Components: core engine
Affects Versions: 7.5.0.Final
Environment: Java EE 8
Reporter: xy z
Assignee: Mario Fusco
Priority: Major
hello,
1 start up application: initialize all sessions(KieSession) by KieContainer
2 running:
FactHandle checkout =session.insert(checkoutReq);
FactHandle toPay =session.insert(toPayReq);
session.getAgenda().getAgendaGroup('myRuleName').setFocus();
session.fireAllRules();
session.delete(checkout );
session.delete(toPay );
then session cant not delete fact,it will be oom