Aleksandr Polovtsev created IGNITE-24644:
--------------------------------------------
Summary: ZoneResourcesManagerTest#supportsParallelAllocation is
flaky
Key: IGNITE-24644
URL: https://issues.apache.org/jira/browse/IGNITE-24644
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Polovtsev
Assignee: Aleksandr Polovtsev
This test can fail with the following error:
{code:java}
Caused by: java.util.concurrent.RejectedExecutionException: Thread limit
exceeded replacing blocked worker
at
java.base/java.util.concurrent.ForkJoinPool.tryCompensate(ForkJoinPool.java:1819)
at
java.base/java.util.concurrent.ForkJoinPool.compensatedBlock(ForkJoinPool.java:3446)
at
java.base/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3432)
at
java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1939)
at
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at
org.apache.ignite.internal.testframework.IgniteTestUtils.await(IgniteTestUtils.java:836)
at
org.apache.ignite.internal.testframework.IgniteTestUtils.await(IgniteTestUtils.java:865)
at
org.apache.ignite.internal.testframework.IgniteTestUtils.bypassingThreadAssertions(IgniteTestUtils.java:536)
at
org.apache.ignite.internal.partition.replicator.ZoneResourcesManagerTest.allocatePartitionResources(ZoneResourcesManagerTest.java:154)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)