Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove POD_IP from Taskmanager arguments in kubernetes session mode deployment #20711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jnt0r
Copy link

@jnt0r jnt0r commented Aug 30, 2022

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://flink@100.64.87.222: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.

@flinkbot
Copy link
Collaborator

flinkbot commented Aug 30, 2022

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants