Skip to content

Flaky test: org.infinispan.multimap.impl.StoreTypeMultimapCacheTest#testRemoveWithPredicate\ #13608

@github-actions

Description

@github-actions

Target Branch: a38f79d

Github Job:https://github.com/infinispan/infinispan/actions/runs/120896640

java.util.concurrent.CompletionException: org.infinispan.commons.CacheException: Blocking call! jdk.internal.misc.Unsafe#park on thread Thread[#183,ForkJoinPool.commonPool-worker-2,5,ISPN-non-blocking-group]
at org.infinispan.commons.util.concurrent.CompletionStages.join(CompletionStages.java:91)
at org.infinispan.functional.FunctionalTestUtils.await(FunctionalTestUtils.java:65)
at org.infinispan.multimap.impl.DistributedMultimapCacheTest.testRemoveWithPredicate(DistributedMultimapCacheTest.java:231)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:230)
at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:242)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:579)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:40)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:489)
at org.testng.internal.thread.ThreadUtil$1.call(ThreadUtil.java:52)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.infinispan.commons.CacheException: Blocking call! jdk.internal.misc.Unsafe#park on thread Thread[#183,ForkJoinPool.commonPool-worker-2,5,ISPN-non-blocking-group]
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:253)
at org.infinispan.cache.impl.InvocationHelper.doInvoke(InvocationHelper.java:329)
at org.infinispan.cache.impl.InvocationHelper.invoke(InvocationHelper.java:112)
at org.infinispan.cache.impl.InvocationHelper.invoke(InvocationHelper.java:94)
at org.infinispan.cache.impl.CacheImpl.computeInternal(CacheImpl.java:350)
at org.infinispan.cache.impl.CacheImpl.computeInternal(CacheImpl.java:341)
at org.infinispan.cache.impl.CacheImpl.compute(CacheImpl.java:337)
at org.infinispan.cache.impl.CacheImpl.computeIfPresent(CacheImpl.java:313)
at org.infinispan.cache.impl.AbstractDelegatingCache.computeIfPresent(AbstractDelegatingCache.java:409)
at org.infinispan.cache.impl.AbstractDelegatingCache.computeIfPresent(AbstractDelegatingCache.java:409)
at org.infinispan.cache.impl.EncoderCache.computeIfPresent(EncoderCache.java:664)
at org.infinispan.Cache.computeIfPresent(Cache.java:479)
at org.infinispan.multimap.impl.EmbeddedMultimapCache.lambda$removeInternal$3(EmbeddedMultimapCache.java:177)
at org.infinispan.util.CollectionMapper.lambda$forEach$0(CollectionMapper.java:69)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at org.infinispan.cache.impl.AbstractCacheBackedSet.forEach(AbstractCacheBackedSet.java:110)
at org.infinispan.util.CollectionMapper.forEach(CollectionMapper.java:69)
at org.infinispan.multimap.impl.EmbeddedMultimapCache.removeInternal(EmbeddedMultimapCache.java:177)
at org.infinispan.multimap.impl.EmbeddedMultimapCache.lambda$remove$1(EmbeddedMultimapCache.java:126)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.lang.AssertionError: Blocking call! jdk.internal.misc.Unsafe#park on thread Thread[#183,ForkJoinPool.commonPool-worker-2,5,ISPN-non-blocking-group]
at org.infinispan.util.CoreTestBlockHoundIntegration.lambda$applyTo$0(CoreTestBlockHoundIntegration.java:51)
at reactor.blockhound.BlockHound$Builder.lambda$install$8(BlockHound.java:488)
at reactor.blockhound.BlockHoundRuntime.checkBlocking(BlockHoundRuntime.java:89)
at java.base/jdk.internal.misc.Unsafe.park(Unsafe.java)
at java.base/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
at java.base/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1866)
at java.base/java.util.concurrent.ForkJoinPool.compensatedBlock(ForkJoinPool.java:3740)
at java.base/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3723)
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1939)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at org.infinispan.commons.util.concurrent.CompletableFutures.await(CompletableFutures.java:124)
at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.get(SimpleAsyncInvocationStage.java:36)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:240)
... 25 more

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions