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

cve fix: upgrade go-git and other dep libs; Lower MaxConcurrentReconc… #382

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

xiangjingli
Copy link
Collaborator

…iles to 1 for helmRelease controller

  • I have taken backward compatibility into consideration.

Two issues are fixed:

@xiangjingli xiangjingli requested review from mikeshng and removed request for lennysgarage and chenz4027 January 16, 2024 22:00
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf0debb) 0.00% compared to head (993305f) 55.59%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##           main     #382       +/-   ##
=========================================
+ Coverage      0   55.59%   +55.59%     
=========================================
  Files         0       71       +71     
  Lines         0    15315    +15315     
=========================================
+ Hits          0     8514     +8514     
- Misses        0     5948     +5948     
- Partials      0      853      +853     
Flag Coverage Δ
unit 55.59% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@mikeshng
Copy link
Member

/approve

/lgtm

@mikeshng
Copy link
Member

@xiangjingli side effect of this change is if there is a helm chart that is taking forever to install (for example: a very long running hook job) then all the other helmrelease will be blocked and unable to reconcile. I am guessing this is why the e2e is timing out?

…iles to 1 for helmRelease controller

Signed-off-by: Xiangjing Li <xiangli@redhat.com>
@xiangjingli
Copy link
Collaborator Author

@mikeshng THX! I increased the MaxConcurrentReconciles to 2 and all the e2e tests passed. 2 may be a better choice so that we have the minimum concurrency reconcile capability while we won't hit OOM too often compared to 10

Copy link
Member

@mikeshng mikeshng left a comment

Choose a reason for hiding this comment

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

/approve

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jan 17, 2024
Copy link
Contributor

openshift-ci bot commented Jan 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikeshng, xiangjingli

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [mikeshng,xiangjingli]

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

@openshift-merge-bot openshift-merge-bot bot merged commit 9b397c5 into main Jan 17, 2024
9 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the cveGit branch January 17, 2024 16:18
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.

2 participants