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

controller/usage: remove debug output #5304

Merged
merged 2 commits into from Feb 1, 2024

Conversation

sttts
Copy link
Contributor

@sttts sttts commented Jan 30, 2024

Description of your changes

That event is useless and even harms production systems as it congests the API, with that leads to throttling and the log is full of only these events.

We should have a rule: every event that is 1:1 with reconciles is a blocker.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • [ ] Added or updated unit tests.
  • [ ] Added or updated e2e tests.
  • [ ] Linked a PR or a docs tracking issue to document this change.
  • Added backport release-x.y labels to auto-backport this PR.

Need help with this checklist? See the cheat sheet.

Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.io>
@sttts sttts requested review from negz and a team as code owners January 30, 2024 13:38
@sttts sttts requested a review from phisco January 30, 2024 13:38
Copy link
Contributor

@phisco phisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me

@sttts
Copy link
Contributor Author

sttts commented Jan 30, 2024

@phisco added another commit

Copy link
Contributor

@phisco phisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still LGTM, @sttts. I wonder if we could avoid the DeepEqual, but I guess that's fine.

Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.io>
@phisco phisco merged commit 7b86642 into crossplane:master Feb 1, 2024
14 of 16 checks passed
Copy link

github-actions bot commented Feb 1, 2024

Backport failed for release-1.15: couldn't find remote ref release-1.15.
Please ensure that this Github repo has a branch named release-1.15.

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

Successfully merging this pull request may close these issues.

None yet

3 participants