[ 
https://issues.apache.org/jira/browse/FLINK-24743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17821270#comment-17821270
 ] 

Matthias Pohl commented on FLINK-24743:
---------------------------------------

Issue appeared again in two more-recent builds (see FLINK-34489):
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57707&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=0f3adb59-eefa-51c6-2858-3654d9e0749d&l=3726
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57702&view=logs&j=dc1bf4ed-4646-531a-f094-e103042be549&t=fb3d654d-52f8-5b98-fe9d-b18dd2e2b790&l=3313

{code}
[...]
2024-02-21 07:30:28,915 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Could not 
resolve ResourceManager address 
pekko.ssl.tcp://flink@localhost:6123/user/rpc/resourcemanager_*, retrying in 
10000 ms: Could not connect to rpc endpoint under address pekko.ssl
.tcp://flink@localhost:6123/user/rpc/resourcemanager_*.
2024-02-21 07:30:38,939 WARN  org.apache.pekko.remote.EndpointReader            
           [] - Discarding inbound message to 
[Actor[pekko://flink/temp/_user_rpc_resourcemanager_*$o]] in read-only 
association to [pekko.ssl.tcp://flink@localhost:6123]. If this happens often 
you may 
consider using pekko.remote.use-passive-connections=off or use Artery TCP.
2024-02-21 07:30:48,954 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Could not 
resolve ResourceManager address 
pekko.ssl.tcp://flink@localhost:6123/user/rpc/resourcemanager_*, retrying in 
10000 ms: Could not connect to rpc endpoint under address pekko.ssl
.tcp://flink@localhost:6123/user/rpc/resourcemanager_*.
2024-02-21 07:30:58,353 ERROR 
org.apache.flink.runtime.taskexecutor.TaskExecutor           [] - Fatal error 
occurred in TaskExecutor 
pekko.ssl.tcp://flink@localhost:33341/user/rpc/taskmanager_0.
org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException: 
Could not register at the ResourceManager within the specified maximum 
registration duration PT5M. This indicates a problem with this instance. 
Terminating now.
        at 
org.apache.flink.runtime.taskexecutor.TaskExecutor.registrationTimeout(TaskExecutor.java:1614)
 ~[flink-dist-1.20-SNAPSHOT.jar:1.20-SNAPSHOT]
        at 
org.apache.flink.runtime.taskexecutor.TaskExecutor.lambda$startRegistrationTimeout$18(TaskExecutor.java:1599)
 ~[flink-dist-1.20-SNAPSHOT.jar:1.20-SNAPSHOT]
        at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.lambda$handleRunAsync$4(PekkoRpcActor.java:451)
 ~[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.flink.runtime.concurrent.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:68)
 ~[flink-dist-1.20-SNAPSHOT.jar:1.20-SNAPSHOT]
        at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRunAsync(PekkoRpcActor.java:451)
 ~[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcMessage(PekkoRpcActor.java:218)
 ~[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleMessage(PekkoRpcActor.java:168)
 ~[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at scala.PartialFunction.applyOrElse(PartialFunction.scala:127) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at scala.PartialFunction.applyOrElse$(PartialFunction.scala:126) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:175) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:176) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:176) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at 
org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 
[flink-rpc-akka1f9d7113-8709-4799-8cb2-0d9f15b6f908.jar:1.20-SNAPSHOT]
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) 
[?:1.8.0_402]
        at 
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 
[?:1.8.0_402]
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 
[?:1.8.0_402]
        at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) 
[?:1.8.0_402]
[...]
{code}

> New File Sink end-to-end test fails on Azure
> --------------------------------------------
>
>                 Key: FLINK-24743
>                 URL: https://issues.apache.org/jira/browse/FLINK-24743
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / FileSystem, Runtime / Coordination, Tests
>    Affects Versions: 1.15.0
>            Reporter: Till Rohrmann
>            Priority: Minor
>              Labels: auto-deprioritized-major, test-stability
>
> The {{New File Sink end-to-end test}} fails on Azure. It seems that the 
> {{TaskExecutor}} cannot connect with the {{ResourceManager}} because 
> {{Discarding inbound message to 
> [Actor[akka://flink/user/rpc/taskmanager_0#1155592017]] in read-only 
> association to [akka.ssl.tcp://flink@localhost:6123]. If this happens often 
> you may consider using akka.remote.use-passive-connections=off or use Artery 
> TCP.}}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=25831&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=070ff179-953e-5bda-71fa-d6599415701c&l=11674
> cc [~chesnay], this might be related to the recent Akka bump.
> Related: https://github.com/akka/akka/issues/24393
> Maybe we should upgrade to using Artery TCP or set 
> {{akka.remote.use-passive-connections=off}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to