[ https://issues.apache.org/jira/browse/FLINK-24031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525004#comment-17525004 ]
Viswanath Shanmugam commented on FLINK-24031: --------------------------------------------- [~Juliito19] [~trohrmann] , I am also facing same. We stuck at this point almost two weeks no progress. I see this error in google all the palce , i dont find any solution. What is missing? Can we have documentation in FAQ? > I am trying to deploy Flink in kubernetes but when I launch the taskManager > in other container I get a Exception > ---------------------------------------------------------------------------------------------------------------- > > Key: FLINK-24031 > URL: https://issues.apache.org/jira/browse/FLINK-24031 > Project: Flink > Issue Type: Bug > Components: Deployment / Kubernetes > Affects Versions: 1.13.0, 1.13.2 > Reporter: Julio Pérez > Priority: Major > Labels: pull-request-available > Fix For: 1.13.1 > > Attachments: flink-map.yml, jobmanager.log, jobmanager.yml, > taskmanager.log, taskmanager.yml > > > I explain here -> [https://github.com/apache/flink/pull/17020] > I have a problem when I try to run Flink in k8s with the follow manifests > I have the following exception > # JobManager : > {quote}2021-08-27 09:16:57,917 ERROR akka.remote.EndpointWriter [] - dropping > message [class akka.actor.ActorSelectionMessage] for non-local recipient > [Actor[akka.tcp://flink@jobmanager-hs:6123/]] arriving at > [akka.tcp://flink@jobmanager-hs:6123] inbound addresses are > [akka.tcp://flink@cluster:6123] > 2021-08-27 09:17:01,255 DEBUG > org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - > Trigger heartbeat request. > 2021-08-27 09:17:01,284 DEBUG > org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - > Trigger heartbeat request. > 2021-08-27 09:17:10,008 DEBUG akka.remote.transport.netty.NettyTransport [] > - Remote connection to [/172.17.0.1:34827] was disconnected because of [id: > 0x13ae1d03, /172.17.0.1:34827 :> /172.17.0.23:6123] DISCONNECTED > 2021-08-27 09:17:10,008 DEBUG akka.remote.transport.ProtocolStateActor [] - > Association between local [tcp://flink@cluster:6123] and remote > [tcp://flink@172.17.0.1:34827] was disassociated because the > ProtocolStateActor failed: Unknown > 2021-08-27 09:17:10,009 WARN akka.remote.ReliableDeliverySupervisor [] - > Association with remote system [akka.tcp://flink@172.17.0.24:6122] has > failed, address is now gated for [50] ms. Reason: [Disassociated] > {quote} > TaskManager: > {quote}INFO org.apache.flink.runtime.taskexecutor.TaskExecutor [] - Could not > resolve ResourceManager address > akka.tcp://flink@flink-jobmanager:6123/user/rpc/resourcemanager__, retrying > in 10000 ms: Could not connect to rpc endpoint under address > akka.tcp://flink@flink-jobmanager:6123/user/rpc/resourcemanager__. > INFO org.apache.flink.runtime.taskexecutor.TaskExecutor [] - Could not > resolve ResourceManager address > akka.tcp://flink@flink-jobmanager:6123/user/rpc/resourcemanager__, retrying > in 10000 ms: Could not connect to rpc endpoint under address > akka.tcp://flink@flink-jobmanager:6123/user/rpc/resourcemanager__. > {quote} > Best regards, > Julio -- This message was sent by Atlassian Jira (v8.20.7#820007)