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

Mass reconciliation of RMQ objects #864

Open
AntonAleksandrov13 opened this issue Aug 2, 2024 · 2 comments
Open

Mass reconciliation of RMQ objects #864

AntonAleksandrov13 opened this issue Aug 2, 2024 · 2 comments
Labels

Comments

@AntonAleksandrov13
Copy link

Hi,
We are facing the following behaviour of the operator:
Once in a while, the operator decides to reconcile all objects that can be seen from queue depth of each controller:
Screenshot 2024-08-02 at 1 09 29 PM

This seems weird because we don't use time based reconciliation and we don't run a mass update of all RMQ objects in our cluster.

I am reporting this here as I am not sure if it's a bug or not.

Operator version: 1.12.0
EKS version: v1.25.16-eks-db838b0

@Zerpet
Copy link
Contributor

Zerpet commented Aug 29, 2024

The Operator does not reconcile an object unless there's an event for said object. It watches for updates/deletes of any kind i.e. updates to the spec and/or the metadata. The other situation where all objects are reconciled is after the Operator restarts.

Copy link

This issue has been marked as stale due to 60 days of inactivity. Stale issues will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring.

@github-actions github-actions bot added the stale label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants