[
https://issues.apache.org/jira/browse/FLINK-23409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382958#comment-17382958
]
Xintong Song commented on FLINK-23409:
--------------------------------------
This indeed looks like a problem of fine grained resource management.
The resource requirements RM received from the job look good, but somehow the
TM never received slot requests from RM.
We probably need to add a few more logs. [~karmagyz] will look into this.
> CrossITCase fails with "NoResourceAvailableException: Slot request bulk is
> not fulfillable! Could not allocate the required slot within slot request
> timeout"
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-23409
> URL: https://issues.apache.org/jira/browse/FLINK-23409
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination, Table SQL / Planner
> Affects Versions: 1.14.0
> Reporter: Dawid Wysakowicz
> Priority: Major
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=20548&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=5360d54c-8d94-5d85-304e-a89267eb785a&l=10074
> {code}
> Jul 16 09:21:37 at
> scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171)
> Jul 16 09:21:37 at akka.actor.Actor$class.aroundReceive(Actor.scala:517)
> Jul 16 09:21:37 at
> akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:225)
> Jul 16 09:21:37 at
> akka.actor.ActorCell.receiveMessage(ActorCell.scala:592)
> Jul 16 09:21:37 at akka.actor.ActorCell.invoke(ActorCell.scala:561)
> Jul 16 09:21:37 at
> akka.dispatch.Mailbox.processMailbox(Mailbox.scala:258)
> Jul 16 09:21:37 at akka.dispatch.Mailbox.run(Mailbox.scala:225)
> Jul 16 09:21:37 at akka.dispatch.Mailbox.exec(Mailbox.scala:235)
> Jul 16 09:21:37 ... 4 more
> Jul 16 09:21:37 Caused by: java.util.concurrent.CompletionException:
> org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException:
> Slot request bulk is not fulfillable! Could not allocate the required slot
> within slot request timeout
> Jul 16 09:21:37 at
> java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292)
> Jul 16 09:21:37 at
> java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308)
> Jul 16 09:21:37 at
> java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:607)
> Jul 16 09:21:37 at
> java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
> Jul 16 09:21:37 ... 31 more
> Jul 16 09:21:37 Caused by:
> org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException:
> Slot request bulk is not fulfillable! Could not allocate the required slot
> within slot request timeout
> Jul 16 09:21:37 at
> org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl.lambda$schedulePendingRequestBulkWithTimestampCheck$0(PhysicalSlotRequestBulkCheckerImpl.java:86)
> Jul 16 09:21:37 ... 24 more
> Jul 16 09:21:37 Caused by: java.util.concurrent.TimeoutException: Timeout has
> occurred: 300000 ms
> Jul 16 09:21:37 ... 25 more
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)