tkobayas commented on code in PR #6768:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6768#discussion_r3449496666


##########
drools-core/src/main/java/org/drools/core/phreak/RuleExecutor.java:
##########
@@ -314,7 +314,7 @@ public void removeDormantTuple(RuleTerminalNodeLeftTuple 
tuple) {
         if (tuple.getPrevious() != null || dormantMatches.getFirst() == tuple) 
{
             dormantMatches.remove(tuple);
         } else {
-            log.debug("Skipping removeDormantTuple for orphan tuple {} on rule 
\"{}\" — tuple is not present in dormantMatches",
+            log.warn("Skipping removeDormantTuple for orphan tuple {} on rule 
\"{}\" — tuple is not present in dormantMatches",

Review Comment:
   Raised the log level because we should have fixed all known paths that could 
lead to orphaned tuples.



-- 
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]

Reply via email to