tkobayas opened a new issue, #6304: URL: https://github.com/apache/incubator-kie-drools/issues/6304
When an event is orphaned write after insertion, the event is disconnected and removed from objectStore. https://github.com/apache/incubator-kie-drools/blob/main/drools-core/src/main/java/org/drools/core/phreak/PropagationEntry.java#L239-L242 It should also call `unscheduledAllJobs` (e.g. a workaround: https://github.com/kiegroup/drools-ansible-rulebook-integration/pull/132), however, unscheduling jobs immediately after adding them sounds inefficient. This GH issue is to optimize that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
