jnt0r opened a new pull request, #20711: URL: https://github.com/apache/flink/pull/20711
I just deployed a flink cluster in Kubernetes as stated in the documentation, but I had errors in the taskmanagers and the jobmanager about dropping akka.tcp requests because the request-address and the inbound address did not match: `dropping message [class akka.actor.ActorSelectionMessage] for non-local recipient [Actor[akka.tcp://flink@flink-jobmanager:6123/]] arriving at [akka.tcp://flink@flink-jobmanager:6123] inbound addresses are [akka.tcp://[email protected]:6123]` I then tried to figure out what the error was and then found out, that the jobmanager.rpc.address property was overridden with the POD_IP for the Jobmanager. As I removed this, it worked for me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
