tkobayas commented on issue #6422: URL: https://github.com/apache/incubator-kie-drools/issues/6422#issuecomment-4395432780
Thank you for reporting this, @dcmaf @Guhan-B . The problem is that `removeDormantTuple` is being called for a tuple that is not in `dormantMatches`. Your fix may work around the NPE, but we would like to understand why this happens, as it may be hiding a deeper problem. I tried to write a reproducer using your DRL (`rule "Qualifying Stage - Combine stackable coupons into combined coupon"`), but I cannot reproduce the issue on my end. Could you please create a reproducer, such as a simple Maven project that reproduces the issue, so that we can investigate it further? Thanks! -- 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]
