Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DROOLS-7529] Alyways use RightTupleImpl instead of RightTuple (Fix t… #5452

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

lucamolteni
Copy link
Contributor

…he secondary super cache problem in Drools)

Thank you for submitting this pull request

NOTE!: Double check the target branch for this PR.
The default is main so it will target Drools 8 / Kogito.
If this PR is not strictly related to drools and kogito project in drools.git, it should probably target 7.xas a branch

Ports If a forward-port or a backport is needed, paste the forward port PR here

Alyways use RightTupleImpl instead of RightTuple (Fix the secondary super cache problem in Drools)

JIRA: (please edit the JIRA link if it exists)

link

referenced Pull Requests: (please edit the URLs of referenced pullrequests if they exist)

  • paste the link(s) from GitHub here
  • link 2
  • link 3 etc.
How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • for pull request checks
    Please add comment: Jenkins retest this

  • for a specific pull request check
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] tests

  • for a full downstream build

    • for jenkins job: please add comment: Jenkins run fdb
    • for github actions job: add the label run_fdb
  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

  • for a specific native check
    Run native checks
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] native

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] native-lts

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

@lucamolteni
Copy link
Contributor Author

@mariofusco here we could use always RightTupleImpl and remove RightTuple but we have SubnetworkTuple that is both an AbstractLeftTuple and a RightTupleImpl

@kie-ci4
Copy link
Contributor

kie-ci4 commented Aug 8, 2023

(tests) - kogito-runtimes job #1576 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/drools/pull/5452 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-runtimes/1576/display/redirect

Test results:

  • PASSED: 3350
  • FAILED: 1

Those are the test failures:

org.kie.kogito.codegen.RuleUnitCompilerIT.testCep java.lang.NullPointerException
at org.drools.core.util.LinkedList$RightTupleLinkedListFastIterator.next(LinkedList.java:374)
at org.drools.core.util.LinkedList$RightTupleLinkedListFastIterator.next(LinkedList.java:372)
at org.drools.core.reteoo.BetaNode.getFirstRightTuple(BetaNode.java:383)
at org.drools.core.phreak.PhreakJoinNode.doLeftInserts(PhreakJoinNode.java:104)
at org.drools.core.phreak.PhreakJoinNode.doNode(PhreakJoinNode.java:71)
at org.drools.core.phreak.RuleNetworkEvaluator.switchOnDoBetaNode(RuleNetworkEvaluator.java:575)
at org.drools.core.phreak.RuleNetworkEvaluator.evalBetaNode(RuleNetworkEvaluator.java:561)
at org.drools.core.phreak.RuleNetworkEvaluator.evalNode(RuleNetworkEvaluator.java:388)
at org.drools.core.phreak.RuleNetworkEvaluator.innerEval(RuleNetworkEvaluator.java:348)
at org.drools.core.phreak.RuleNetworkEvaluator.outerEval(RuleNetworkEvaluator.java:184)
at org.drools.core.phreak.RuleNetworkEvaluator.evaluateNetwork(RuleNetworkEvaluator.java:142)
at org.drools.core.phreak.RuleExecutor.reEvaluateNetwork(RuleExecutor.java:232)
at org.drools.core.phreak.RuleExecutor.reEvaluateNetwork(RuleExecutor.java:226)
at org.drools.core.phreak.RuleExecutor.evaluateNetworkAndFire(RuleExecutor.java:78)
at org.drools.core.phreak.PropagationEntry$ExecuteQuery.internalExecute(PropagationEntry.java:191)
at org.drools.core.phreak.PropagationEntry.execute(PropagationEntry.java:54)
at org.drools.core.phreak.SynchronizedPropagationList$1.execute(SynchronizedPropagationList.java:57)
at org.drools.core.impl.ActivationsManagerImpl.executeTask(ActivationsManagerImpl.java:272)
at org.drools.core.phreak.SynchronizedPropagationList.addEntry(SynchronizedPropagationList.java:51)
at org.drools.core.impl.ActivationsManagerImpl.addPropagation(ActivationsManagerImpl.java:277)
at org.drools.ruleunits.impl.sessions.RuleUnitExecutorImpl.addPropagation(RuleUnitExecutorImpl.java:211)
at org.drools.ruleunits.impl.sessions.RuleUnitExecutorImpl.getQueryResults(RuleUnitExecutorImpl.java:317)
at org.drools.ruleunits.impl.ReteEvaluatorBasedRuleUnitInstance.executeQuery(ReteEvaluatorBasedRuleUnitInstance.java:61)
at org.kie.kogito.codegen.RuleUnitCompilerIT.testCep(RuleUnitCompilerIT.java:308)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

@kie-ci4
Copy link
Contributor

kie-ci4 commented Aug 8, 2023

(tests) - drools job #1610 was: ABORTED
Possible explanation: Most probably a timeout, please review

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dfull -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/drools -u https://github.com/kiegroup/drools/pull/5452 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.drools/1610/display/redirect
See console log:

Console Logs [2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:16.684Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:16.684Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:16.684Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:16.684Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:16.684Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:16.684Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:17.241Z] 10:38:16.460 [blocking-thread--p988-t5] ERROR org.infinispan.persistence.sifs.Compactor.lambda$schedule$4:249 - ISPN029021: File id 3624 encountered an exception while compacting, file may be orphaned
[2023-08-08T14:38:17.241Z] java.lang.NullPointerException: No index info found for key: 7318502
[2023-08-08T14:38:17.241Z] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
[2023-08-08T14:38:17.241Z] at org.infinispan.persistence.sifs.Compactor.compactSingleFile(Compactor.java:535)
[2023-08-08T14:38:17.241Z] at org.infinispan.persistence.sifs.Compactor.accept(Compactor.java:430)
[2023-08-08T14:38:17.241Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:17.241Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:270)
[2023-08-08T14:38:17.241Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:627)
[2023-08-08T14:38:17.241Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FlowableSwitchIfEmpty.java:59)
[2023-08-08T14:38:17.241Z] at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.subscriptions.SubscriptionArbiter.setSubscription(SubscriptionArbiter.java:87)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onSubscribe(FlowableSwitchIfEmpty.java:51)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onComplete(FlowableSwitchIfEmpty.java:71)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onComplete(BasicFuseableSubscriber.java:120)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTake$TakeSubscriber.onComplete(FlowableTake.java:96)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.subscriptions.EmptySubscription.complete(EmptySubscription.java:69)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableEmpty.subscribeActual(FlowableEmpty.java:34)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTakePublisher.subscribeActual(FlowableTakePublisher.java:38)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:17.242Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:17.242Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:17.242Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:17.242Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:17.242Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:17.242Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:17.799Z] 10:38:17.181 [blocking-thread--p988-t1] ERROR org.infinispan.persistence.sifs.Compactor.lambda$schedule$4:249 - ISPN029021: File id 3625 encountered an exception while compacting, file may be orphaned
[2023-08-08T14:38:17.799Z] java.lang.NullPointerException: No index info found for key: 7320484
[2023-08-08T14:38:17.799Z] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
[2023-08-08T14:38:17.799Z] at org.infinispan.persistence.sifs.Compactor.compactSingleFile(Compactor.java:535)
[2023-08-08T14:38:17.799Z] at org.infinispan.persistence.sifs.Compactor.accept(Compactor.java:430)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:270)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:627)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FlowableSwitchIfEmpty.java:59)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.subscriptions.SubscriptionArbiter.setSubscription(SubscriptionArbiter.java:87)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onSubscribe(FlowableSwitchIfEmpty.java:51)
[2023-08-08T14:38:17.799Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onComplete(FlowableSwitchIfEmpty.java:71)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onComplete(BasicFuseableSubscriber.java:120)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTake$TakeSubscriber.onComplete(FlowableTake.java:96)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.subscriptions.EmptySubscription.complete(EmptySubscription.java:69)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableEmpty.subscribeActual(FlowableEmpty.java:34)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTakePublisher.subscribeActual(FlowableTakePublisher.java:38)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:17.800Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:17.800Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:17.800Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:17.800Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:17.800Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:17.800Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:18.722Z] 10:38:17.907 [blocking-thread--p988-t7] ERROR org.infinispan.persistence.sifs.Compactor.lambda$schedule$4:249 - ISPN029021: File id 3626 encountered an exception while compacting, file may be orphaned
[2023-08-08T14:38:18.722Z] java.lang.NullPointerException: No index info found for key: 7322648
[2023-08-08T14:38:18.722Z] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
[2023-08-08T14:38:18.722Z] at org.infinispan.persistence.sifs.Compactor.compactSingleFile(Compactor.java:535)
[2023-08-08T14:38:18.722Z] at org.infinispan.persistence.sifs.Compactor.accept(Compactor.java:430)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:270)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:627)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FlowableSwitchIfEmpty.java:59)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.subscriptions.SubscriptionArbiter.setSubscription(SubscriptionArbiter.java:87)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onSubscribe(FlowableSwitchIfEmpty.java:51)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onComplete(FlowableSwitchIfEmpty.java:71)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onComplete(BasicFuseableSubscriber.java:120)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTake$TakeSubscriber.onComplete(FlowableTake.java:96)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.subscriptions.EmptySubscription.complete(EmptySubscription.java:69)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableEmpty.subscribeActual(FlowableEmpty.java:34)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTakePublisher.subscribeActual(FlowableTakePublisher.java:38)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:18.722Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:18.722Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:18.722Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:18.722Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:18.722Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:18.722Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:19.280Z] 10:38:18.634 [blocking-thread--p988-t1] ERROR org.infinispan.persistence.sifs.Compactor.lambda$schedule$4:249 - ISPN029021: File id 3627 encountered an exception while compacting, file may be orphaned
[2023-08-08T14:38:19.280Z] java.lang.NullPointerException: No index info found for key: 7324588
[2023-08-08T14:38:19.280Z] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
[2023-08-08T14:38:19.280Z] at org.infinispan.persistence.sifs.Compactor.compactSingleFile(Compactor.java:535)
[2023-08-08T14:38:19.280Z] at org.infinispan.persistence.sifs.Compactor.accept(Compactor.java:430)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:270)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:627)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FlowableSwitchIfEmpty.java:59)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.subscriptions.SubscriptionArbiter.setSubscription(SubscriptionArbiter.java:87)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onSubscribe(FlowableSwitchIfEmpty.java:51)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onComplete(FlowableSwitchIfEmpty.java:71)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onComplete(BasicFuseableSubscriber.java:120)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTake$TakeSubscriber.onComplete(FlowableTake.java:96)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.subscriptions.EmptySubscription.complete(EmptySubscription.java:69)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableEmpty.subscribeActual(FlowableEmpty.java:34)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTakePublisher.subscribeActual(FlowableTakePublisher.java:38)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:19.280Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:19.280Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:19.280Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:19.280Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:19.280Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:19.280Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:20.201Z] 10:38:19.343 [blocking-thread--p988-t5] ERROR org.infinispan.persistence.sifs.Compactor.lambda$schedule$4:249 - ISPN029021: File id 3628 encountered an exception while compacting, file may be orphaned
[2023-08-08T14:38:20.201Z] java.lang.NullPointerException: No index info found for key: 7326568
[2023-08-08T14:38:20.201Z] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
[2023-08-08T14:38:20.201Z] at org.infinispan.persistence.sifs.Compactor.compactSingleFile(Compactor.java:535)
[2023-08-08T14:38:20.201Z] at org.infinispan.persistence.sifs.Compactor.accept(Compactor.java:430)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:270)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:627)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FlowableSwitchIfEmpty.java:59)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.subscriptions.SubscriptionArbiter.setSubscription(SubscriptionArbiter.java:87)
[2023-08-08T14:38:20.201Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onSubscribe(FlowableSwitchIfEmpty.java:51)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onComplete(FlowableSwitchIfEmpty.java:71)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onComplete(BasicFuseableSubscriber.java:120)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTake$TakeSubscriber.onComplete(FlowableTake.java:96)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.subscriptions.EmptySubscription.complete(EmptySubscription.java:69)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableEmpty.subscribeActual(FlowableEmpty.java:34)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTakePublisher.subscribeActual(FlowableTakePublisher.java:38)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:20.202Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:20.202Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:20.202Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:20.202Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:20.202Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:20.202Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:20.759Z] 10:38:20.008 [blocking-thread--p988-t5] ERROR org.infinispan.persistence.sifs.Compactor.lambda$schedule$4:249 - ISPN029021: File id 3629 encountered an exception while compacting, file may be orphaned
[2023-08-08T14:38:20.759Z] java.lang.NullPointerException: No index info found for key: 7328629
[2023-08-08T14:38:20.759Z] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
[2023-08-08T14:38:20.759Z] at org.infinispan.persistence.sifs.Compactor.compactSingleFile(Compactor.java:535)
[2023-08-08T14:38:20.759Z] at org.infinispan.persistence.sifs.Compactor.accept(Compactor.java:430)
[2023-08-08T14:38:20.759Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:270)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:627)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onNext(FlowableSwitchIfEmpty.java:59)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.subscriptions.SubscriptionArbiter.setSubscription(SubscriptionArbiter.java:87)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onSubscribe(FlowableSwitchIfEmpty.java:51)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty$SwitchIfEmptySubscriber.onComplete(FlowableSwitchIfEmpty.java:71)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onComplete(BasicFuseableSubscriber.java:120)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTake$TakeSubscriber.onComplete(FlowableTake.java:96)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.subscriptions.EmptySubscription.complete(EmptySubscription.java:69)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableEmpty.subscribeActual(FlowableEmpty.java:34)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableTakePublisher.subscribeActual(FlowableTakePublisher.java:38)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableSwitchIfEmpty.subscribeActual(FlowableSwitchIfEmpty.java:32)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15863)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:161)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:324)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.runEager(ExecutorScheduler.java:289)
[2023-08-08T14:38:20.760Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:250)
[2023-08-08T14:38:20.760Z] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
[2023-08-08T14:38:20.760Z] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
[2023-08-08T14:38:20.760Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
[2023-08-08T14:38:20.760Z] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
[2023-08-08T14:38:20.760Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2023-08-08T14:38:22.639Z] 10:38:21.765 [blocking-thread--p988-t8] ERROR org.infinispan.interceptors.impl.InvocationContextInterceptor.rethrowException:130 - ISPN000136: Error executing command PutKeyValueCommand on Cache 'session_0_epDEFAULT', writing keys [7331832]
[2023-08-08T14:38:22.639Z] java.io.IOException: No space left on device
[2023-08-08T14:38:22.639Z] at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
[2023-08-08T14:38:22.639Z] at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
[2023-08-08T14:38:22.639Z] at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
[2023-08-08T14:38:22.639Z] at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
[2023-08-08T14:38:22.639Z] at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
[2023-08-08T14:38:22.639Z] at org.infinispan.persistence.sifs.EntryRecord.write(EntryRecord.java:252)
[2023-08-08T14:38:22.639Z] at org.infinispan.persistence.sifs.EntryRecord.writeEntry(EntryRecord.java:230)
[2023-08-08T14:38:22.639Z] at org.infinispan.persistence.sifs.LogAppender.accept(LogAppender.java:277)
[2023-08-08T14:38:22.639Z] at org.infinispan.persistence.sifs.LogAppender.accept(LogAppender.java:24)
[2023-08-08T14:38:22.639Z] at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65)
[2023-08-08T14:38:22.639Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:404)
[2023-08-08T14:38:22.639Z] at io.reactivex.rxjava3.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:178)
[2023-08-08T16:20:05.788Z] Cancelling nested steps due to timeout
[2023-08-08T16:20:05.790Z] at io.reactivex.rxjava3.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduleSending interrupt signal to process
[2023-08-08T16:20:25.793Z] After 20s process did not stop
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-08T16:20:25.862Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-08T16:20:27.791Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[2023-08-08T16:20:28.348Z] find: ‘./bc/kiegroup_drools/drools-docs/node/node_modules’: No such file or directory
[2023-08-08T16:20:28.348Z] find: ‘./bc/kiegroup_drools/drools-docs/node_modules’: No such file or directory
[2023-08-08T16:20:31.603Z] + true
[Pipeline] junit
[2023-08-08T16:20:31.631Z] Recording test results
[2023-08-08T16:20:38.466Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-08T16:20:38.490Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-08T16:20:39.815Z] + rm -rf console.log
[Pipeline] sh
[2023-08-08T16:20:40.104Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.drools/1610/consoleText
[2023-08-08T16:20:40.104Z] + tail -n 300

@kie-ci4
Copy link
Contributor

kie-ci4 commented Aug 9, 2023

(tests) - kogito-runtimes job #1588 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-runtimes -u https://github.com/kiegroup/drools/pull/5452 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-runtimes/1588/display/redirect

Test results:

  • PASSED: 3350
  • FAILED: 1

Those are the test failures:

org.kie.kogito.codegen.RuleUnitCompilerIT.testCep java.lang.NullPointerException
at org.drools.core.util.LinkedList$RightTupleLinkedListFastIterator.next(LinkedList.java:374)
at org.drools.core.util.LinkedList$RightTupleLinkedListFastIterator.next(LinkedList.java:372)
at org.drools.core.reteoo.BetaNode.getFirstRightTuple(BetaNode.java:383)
at org.drools.core.phreak.PhreakJoinNode.doLeftInserts(PhreakJoinNode.java:104)
at org.drools.core.phreak.PhreakJoinNode.doNode(PhreakJoinNode.java:71)
at org.drools.core.phreak.RuleNetworkEvaluator.switchOnDoBetaNode(RuleNetworkEvaluator.java:575)
at org.drools.core.phreak.RuleNetworkEvaluator.evalBetaNode(RuleNetworkEvaluator.java:561)
at org.drools.core.phreak.RuleNetworkEvaluator.evalNode(RuleNetworkEvaluator.java:388)
at org.drools.core.phreak.RuleNetworkEvaluator.innerEval(RuleNetworkEvaluator.java:348)
at org.drools.core.phreak.RuleNetworkEvaluator.outerEval(RuleNetworkEvaluator.java:184)
at org.drools.core.phreak.RuleNetworkEvaluator.evaluateNetwork(RuleNetworkEvaluator.java:142)
at org.drools.core.phreak.RuleExecutor.evaluateNetwork(RuleExecutor.java:221)
at org.drools.core.phreak.RuleExecutor.evaluateNetworkIfDirty(RuleExecutor.java:231)
at org.drools.core.phreak.RuleExecutor.evaluateNetworkIfDirty(RuleExecutor.java:226)
at org.drools.core.phreak.RuleExecutor.evaluateNetworkAndFire(RuleExecutor.java:71)
at org.drools.core.phreak.PropagationEntry$ExecuteQuery.internalExecute(PropagationEntry.java:190)
at org.drools.core.phreak.PropagationEntry.execute(PropagationEntry.java:53)
at org.drools.core.phreak.SynchronizedPropagationList$1.execute(SynchronizedPropagationList.java:57)
at org.drools.core.impl.ActivationsManagerImpl.executeTask(ActivationsManagerImpl.java:277)
at org.drools.core.phreak.SynchronizedPropagationList.addEntry(SynchronizedPropagationList.java:51)
at org.drools.core.impl.ActivationsManagerImpl.addPropagation(ActivationsManagerImpl.java:282)
at org.drools.ruleunits.impl.sessions.RuleUnitExecutorImpl.addPropagation(RuleUnitExecutorImpl.java:211)
at org.drools.ruleunits.impl.sessions.RuleUnitExecutorImpl.getQueryResults(RuleUnitExecutorImpl.java:317)
at org.drools.ruleunits.impl.ReteEvaluatorBasedRuleUnitInstance.executeQuery(ReteEvaluatorBasedRuleUnitInstance.java:61)
at org.kie.kogito.codegen.RuleUnitCompilerIT.testCep(RuleUnitCompilerIT.java:308)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

@kie-ci4
Copy link
Contributor

kie-ci4 commented Aug 31, 2023

@lucamolteni lucamolteni force-pushed the DROOLS-7529 branch 2 times, most recently from eafb07e to 8a405d9 Compare September 5, 2023 08:54
…he secondary super cache problem in Drools)

* Use specific iterator for TMS, everything else iterates over AbstractTuple instead of RighTuple
@lucamolteni
Copy link
Contributor Author

I've vastly simplified this. Now most of the fast iterators are based on AbstractTuple as it's not an interface and doesn't cause secondary cache invalidation.

The only case where we needed such polymorphism is TMS for which we have a specific iterator.

Please review @mariofusco @tkobayas @pibizza

@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 10 Code Smells

80.4% 80.4% Coverage
0.0% 0.0% Duplication

@kie-ci4
Copy link
Contributor

kie-ci4 commented Sep 5, 2023

(tests) - kogito-apps job #1695 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-apps -u https://github.com/kiegroup/drools/pull/5452 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.kogito-apps/1695/display/redirect

Test results:

  • PASSED: 2799
  • FAILED: 1

Those are the test failures:

Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details

@mariofusco mariofusco merged commit bc0e069 into apache:main Sep 6, 2023
16 of 19 checks passed
Copy link
Contributor

@pibizza pibizza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

lucamolteni added a commit to lucamolteni/drools that referenced this pull request Oct 11, 2023
apache#5452)

* [DROOLS-7529] Alyways use RightTupleImpl instead of RightTuple (Fix the secondary super cache problem in Drools)

* Use specific iterator for TMS, everything else iterates over AbstractTuple instead of RighTuple

* Removed leftover

(cherry picked from commit bc0e069)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants