Ryan Skraba created FLINK-35284:
-----------------------------------
Summary: Streaming File Sink end-to-end test times out
Key: FLINK-35284
URL: https://issues.apache.org/jira/browse/FLINK-35284
Project: Flink
Issue Type: Bug
Affects Versions: 1.20.0
Reporter: Ryan Skraba
1.20 e2e_2_cron_adaptive_scheduler
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=59303&view=logs&j=fb37c667-81b7-5c22-dd91-846535e99a97&t=011e961e-597c-5c96-04fe-7941c8b83f23&l=3076
{code}
May 01 01:08:42 Test (pid: 127498) did not finish after 900 seconds.
May 01 01:08:42 Printing Flink logs and killing it:
{code}
This looks like a consequence of hundreds of {{RecipientUnreachableException}}s
like:
{code}
2024-05-01 00:55:00,496 WARN
org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer []
- Slot allocation for allocation 2ec550d8331cd53c32fd899e1e9a0fa5 for job
5654b195450b352be998673f1637fc43 failed.
org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could
not send message [RemoteRpcInvocation(TaskExecutorGateway.requestSlot(SlotID,
JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time))] from
sender [Actor[pekko://flink/temp/taskmanager_0$De]] to recipient
[Actor[pekko.ssl.tcp://flink@localhost:40665/user/rpc/taskmanager_0#-299862847]],
because the recipient is unreachable. This can either mean that the recipient
has been terminated or that the remote RpcService is currently not reachable.
at
org.apache.flink.runtime.rpc.pekko.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
~[flink-rpc-akkafe85d469-8ced-4732-922e-62c82b554871.jar:1.20-SNAPSHOT]
at
org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
~[flink-rpc-akkafe85d469-8ced-4732-922e-62c82b554871.jar:1.20-SNAPSHOT]
at
org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
~[flink-rpc-akkafe85d469-8ced-4732-922e-62c82b554871.jar:1.20-SNAPSHOT]
at scala.PartialFunction.applyOrElse(PartialFunction.scala:127)
~[flink-rpc-akkafe85d469-8ced-4732-922e-62c82b554871.jar:1.20-SNAPSHOT]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)