Using 5.6.0-SNAPSHOT we sometimes are seeing the error below. It doesn't happen all the time.
11:26:53.829 WARN [Thread-2] s.rule.constraint.MvelConstraint - Exception jitting: executionReport != this && $complianceId2 == complianceId2 && $realSeqNo > realSeqNo
java.lang.NullPointerException
at org.drools.base.defaultpkg.ClientFill1712121$getComplianceId2.getValue(Unknown Source)
at org.drools.base.ClassFieldReader.getValue(ClassFieldReader.java:87)
at org.drools.rule.Declaration.getValue(Declaration.java:233)
at org.drools.base.mvel.MVELCompilationUnit.updateFactory(MVELCompilationUnit.java:344)
at org.drools.base.mvel.MVELCompilationUnit.updateFactory(MVELCompilationUnit.java:289)
at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:62)
at org.drools.rule.constraint.MvelConditionEvaluator.ensureBranchEvaluation(MvelConditionEvaluator.java:120)
at org.drools.rule.constraint.MvelConditionEvaluator.ensureCompleteEvaluation(MvelConditionEvaluator.java:105)
at org.drools.rule.constraint.MvelConditionEvaluator.ensureCompleteEvaluation(MvelConditionEvaluator.java:93)
at org.drools.rule.constraint.MvelConditionEvaluator.getAnalyzedCondition(MvelConditionEvaluator.java:85)
at org.drools.rule.constraint.MvelConstraint.executeJitting(MvelConstraint.java:284)
at org.drools.rule.constraint.MvelConstraint.access$200(MvelConstraint.java:54)
at org.drools.rule.constraint.MvelConstraint$ConditionJitter.run(MvelConstraint.java:263)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)