Skip to content

Reduce rate limiter log spam during backoff#1745

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
saschagrunert:fix/reduce-backoff-log-spam
Feb 27, 2026
Merged

Reduce rate limiter log spam during backoff#1745
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
saschagrunert:fix/reduce-backoff-log-spam

Conversation

@saschagrunert
Copy link
Copy Markdown
Member

@saschagrunert saschagrunert commented Feb 27, 2026

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

  • Remove the per-request "Backoff active" warning that was logged by every goroutine entering the backoff wait, causing hundreds of near-identical log lines. The single "Received 429" log from triggerBackoff is sufficient.
  • Remove the unused limiter=default log field.
  • Add PrintVersion call and log formatter to the ReplicateSignatures pipeline to match the full promotion pipeline.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Reduce rate limiter log spam by removing per-request backoff warnings

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Feb 27, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 27, 2026
@saschagrunert saschagrunert force-pushed the fix/reduce-backoff-log-spam branch from eee8129 to b3f93be Compare February 27, 2026 07:20
Remove the per-request "Backoff active" warning that was logged by every
goroutine entering the backoff wait, causing hundreds of near-identical
log lines. The single "Received 429" log from triggerBackoff is
sufficient. Also remove the unused limiter=default log field.

Add PrintVersion call and log formatter to the ReplicateSignatures
pipeline to match the behavior of the full promotion pipeline.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@saschagrunert saschagrunert force-pushed the fix/reduce-backoff-log-spam branch from b3f93be to bbf8bc8 Compare February 27, 2026 07:26
@saschagrunert
Copy link
Copy Markdown
Member Author

@kubernetes-sigs/release-engineering PTAL

@ameukam
Copy link
Copy Markdown
Member

ameukam commented Feb 27, 2026

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 27, 2026
@k8s-ci-robot k8s-ci-robot merged commit 78dc861 into kubernetes-sigs:main Feb 27, 2026
5 checks passed
@saschagrunert saschagrunert deleted the fix/reduce-backoff-log-spam branch February 27, 2026 08:35
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants