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

feat(RELEASE-1307): increases lease timeout #617

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theflockers
Copy link
Collaborator

this PR proposes a change in the default leader election
time controls to decrease the etcd load and allowing the
to wait time to renew the leadership, and also decreasing
the number of requests to etcd.

Signed-off-by: Leandro Mendes <[email protected]>

Copy link

openshift-ci bot commented Nov 26, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 78.76%. Comparing base (e586d10) to head (70a0bb1).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
main.go 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #617      +/-   ##
==========================================
- Coverage   79.21%   78.76%   -0.46%     
==========================================
  Files          28       28              
  Lines        2247     2260      +13     
==========================================
  Hits         1780     1780              
- Misses        384      397      +13     
  Partials       83       83              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

this PR proposes a change in the default leader election
time controls to decrease the etcd load and allowing the
to wait time to renew the leadership, and also decreasing
the number of requests to etcd.

Signed-off-by: Leandro Mendes <[email protected]>
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.

1 participant