[jboss-jira] [JBoss JIRA] (DROOLS-3433) KieSession OOM
Mario Fusco (Jira)
issues at jboss.org
Thu Dec 13 03:11:00 EST 2018
[ https://issues.jboss.org/browse/DROOLS-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list