Skip to content

Conversation

joelanford
Copy link
Member

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
@joelanford joelanford requested a review from a team as a code owner November 20, 2024 20:51
Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 1ad400f
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/673e4bb94a248700083f8cca
😎 Deploy Preview https://deploy-preview-1489--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@joelanford joelanford enabled auto-merge November 20, 2024 20:59
@everettraven everettraven added this pull request to the merge queue Nov 20, 2024
Merged via the queue into operator-framework:main with commit 56d184a Nov 20, 2024
16 checks passed
@joelanford joelanford deleted the fix-catalog-err-caching branch November 22, 2024 01:17
return ctrl.Result{}, fmt.Errorf("error retrieving cache for catalog %q: %v", existingCatalog.Name, err)
}
if catalogFsys != nil {
l.Info("retrying cache population: found previous error from catalog cache", "cacheErr", err)
Copy link
Member

Choose a reason for hiding this comment

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

@joelanford Just noticed this PR. We did this intentionally so we propagate the cache fetch error into ClusterExtension.

As far as I understand with this change we will try to populate the cache from both cluster catalog controller and from this controller. Is this what we want to do?

Refs:

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.

3 participants