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

increase event burst size #3115

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

zhangzujian
Copy link
Member

@zhangzujian zhangzujian commented Aug 5, 2023

What type of this PR

Examples of user facing changes:

  • Features
  • Bug fixes
  • Docs
  • Tests

Which issue(s) this PR fixes:

Fixes event drop by increasing burst size from a default value 25 to 100.

Fixes occasinal e2e failure: https://github.com/kubeovn/kube-ovn/actions/runs/5764556601/job/15628773061

WHAT

🤖 Generated by Copilot at 52b6a17

Increase event broadcaster burst size to reduce duplicate events. Modify eventBroadcaster creation in pkg/controller/controller.go to use a custom CorrelatorOptions with a higher BurstSize value.

🤖 Generated by Copilot at 52b6a17

eventBroadcaster
Bursts of a hundred events
Autumn leaves falling

HOW

🤖 Generated by Copilot at 52b6a17

  • Increase the event burst size to 100 to reduce duplicate events (link)

@zhangzujian zhangzujian marked this pull request as ready for review August 5, 2023 05:25
@zhangzujian zhangzujian merged commit b5b25ff into kubeovn:master Aug 7, 2023
59 checks passed
@zhangzujian zhangzujian deleted the fix-event branch August 7, 2023 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants