Sergey Nuyanzin created FLINK-33185: ---------------------------------------
Summary: HybridShuffleITCase fails with TimeoutException: Pending slot request timed out in slot pool. Key: FLINK-33185 URL: https://issues.apache.org/jira/browse/FLINK-33185 Project: Flink Issue Type: Bug Components: Runtime / Network Affects Versions: 1.19.0 Reporter: Sergey Nuyanzin This build https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=53519&view=logs&j=39d5b1d5-3b41-54dc-6458-1e2ddd1cdcf3&t=0c010d0c-3dec-5bf1-d408-7b18988b1b2b&l=8641 fails as {noformat} Sep 29 05:13:54 Caused by: java.util.concurrent.CompletionException: java.util.concurrent.CompletionException: java.util.concurrent.CompletionException: org.apache.flink.util.FlinkException: Pending slot request with SlotRequestId{b6e57c09274f4edc50697300bc8859a8} has been released. Sep 29 05:13:54 at org.apache.flink.runtime.scheduler.DefaultExecutionDeployer.lambda$assignResource$4(DefaultExecutionDeployer.java:226) Sep 29 05:13:54 ... 36 more Sep 29 05:13:54 Caused by: java.util.concurrent.CompletionException: java.util.concurrent.CompletionException: org.apache.flink.util.FlinkException: Pending slot request with SlotRequestId{b6e57c09274f4edc50697300bc8859a8} has been released. Sep 29 05:13:54 at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) Sep 29 05:13:54 at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) Sep 29 05:13:54 at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:607) Sep 29 05:13:54 at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591) Sep 29 05:13:54 ... 34 more Sep 29 05:13:54 Caused by: org.apache.flink.util.FlinkException: org.apache.flink.util.FlinkException: Pending slot request with SlotRequestId{b6e57c09274f4edc50697300bc8859a8} has been released. Sep 29 05:13:54 at org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.releaseSlot(DeclarativeSlotPoolBridge.java:373) Sep 29 05:13:54 ... 30 more Sep 29 05:13:54 Caused by: java.util.concurrent.TimeoutException: java.util.concurrent.TimeoutException: Pending slot request timed out in slot pool. Sep 29 05:13:54 ... 30 more {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)