You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on our production observations it seems to happen that in a HA setup with 2 operator pods, the standby (follower) starts reconciling resources in parallel with the leader after a namespace change event.
This is what we see:
Leader operator reconciles correctly for couple days
At a certain time we get the following log on the standby:
Changing namespaces on 'flinkdeploymentcontroller' Controller to [...]...
In the Flink operator log this is triggered together with: controller.changeNamespaces(namespaces);
After this log (and changing the namespaces), both the standby and leader starts to reconcile the events, no LeaderElection related logs can be seen otherwise.
This causes all kinds of issues with the managed resources :)
Environment
EKS
The text was updated successfully, but these errors were encountered:
Bug Report
Based on our production observations it seems to happen that in a HA setup with 2 operator pods, the standby (follower) starts reconciling resources in parallel with the leader after a namespace change event.
This is what we see:
Leader
operator reconciles correctly for couple daysstandby
:In the Flink operator log this is triggered together with:
controller.changeNamespaces(namespaces);
standby
andleader
starts to reconcile the events, no LeaderElection related logs can be seen otherwise.This causes all kinds of issues with the managed resources :)
Environment
EKS
The text was updated successfully, but these errors were encountered: